From b3fb11e4282a118591e8768935c7792f56ee0ebe Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Thu, 15 Nov 2018 17:27:07 +0100 Subject: Renamed module CommonMark to commonmark --- makesite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makesite.py') diff --git a/makesite.py b/makesite.py index 7ae80fe..bb97abc 100755 --- a/makesite.py +++ b/makesite.py @@ -102,8 +102,8 @@ def read_content(filename): try: if _test == 'ImportError': raise ImportError('Error forced by test') - import CommonMark - text = CommonMark.commonmark(text) + import commonmark + text = commonmark.commonmark(text) except ImportError as e: log('WARNING: Cannot render Markdown in {}: {}', filename, str(e)) -- cgit v1.2.3