We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca145d4 commit 89a4f3dCopy full SHA for 89a4f3d
markdown/__init__.py
@@ -45,12 +45,9 @@
45
from extensions import Extension
46
from searializers import to_html_string, to_xhtml_string
47
48
-# For backwards compatibility in the 2.0.x series
49
-# The things defined in these modules started off in __init__.py so third
50
-# party code might need to access them here.
51
-from util import *
+__all__ = ['Markdown', 'markdown', 'markdownFromFile']
52
53
-logger = logging.getLogger('MARKDOWN')
+logger = logging.getLogger('MARKDOWN')
54
55
56
class Markdown:
0 commit comments