0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Fix a couple of spacing issues

This commit is contained in:
Karl Hobley 2015-03-24 10:54:16 +00:00
parent 391e3825f0
commit ee3115298a
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
from wagtail.wagtailembeds import format
class MediaEmbedHandler(object):
"""
MediaEmbedHandler will be invoked whenever we encounter an element in HTML content

View File

@ -1,6 +1,7 @@
from wagtail.wagtailimages.models import get_image_model
from wagtail.wagtailimages.formats import get_image_format
class ImageEmbedHandler(object):
"""
ImageEmbedHandler will be invoked whenever we encounter an element in HTML content