diff --git a/src/python_markdown_oembed_extension/__init__.py b/src/python_markdown_oembed_extension/__init__.py index 52236bb..b733a04 100644 --- a/src/python_markdown_oembed_extension/__init__.py +++ b/src/python_markdown_oembed_extension/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from python_markdown_oembed_extension.extension import OEmbedExtension +from python_markdown_oembed_extension.oembedextension import OEmbedExtension VERSION = '0.2.2'