From f3963e7ad55f431b7df849aad57304039b3111ca Mon Sep 17 00:00:00 2001 From: Benedikt Willi Date: Tue, 7 Nov 2023 16:40:00 +0100 Subject: [PATCH] Update __init__.py --- src/python_markdown_oembed_extension/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'