aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/__init__.py')
-rw-r--r--markdown/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/markdown/__init__.py b/markdown/__init__.py
index b397f1b..0ca0509 100644
--- a/markdown/__init__.py
+++ b/markdown/__init__.py
@@ -48,8 +48,7 @@ import html4
# For backwards compatibility in the 2.0.x series
# The things defined in these modules started off in __init__.py so third
# party code might need to access them here.
-#from util import *
-
+from util import *
logger = logging.getLogger('MARKDOWN')