From 3edf722ca617291cd4804a10801e2fce385aa13b Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 22 Jul 2010 15:39:05 -0400 Subject: Added logging imports to markdown.extensions which were missed in recent reorg. Also added tests to make sure erros and warnings are raised where they should be. --- markdown/extensions/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'markdown/extensions/__init__.py') diff --git a/markdown/extensions/__init__.py b/markdown/extensions/__init__.py index 1964bfc..14e0911 100644 --- a/markdown/extensions/__init__.py +++ b/markdown/extensions/__init__.py @@ -1,3 +1,5 @@ +from markdown.md_logging import message +from logging import DEBUG, INFO, WARN, ERROR, CRITICAL """ Extensions -- cgit v1.2.3