Remove module name from global import.
author |
Chris Eldredge <celdredge@fool.com> |
date |
Mon, 07 Oct 2013 17:24:34 +0100 |
parents |
26d2baa983a9
|
children |
ea6a7cfcacd8
|
branches/tags |
(none) |
files |
__init__.py |
Changes
--- a/__init__.py Mon Oct 07 17:21:49 2013 +0100
+++ b/__init__.py Mon Oct 07 17:24:34 2013 +0100
@@ -113,7 +113,7 @@
e.set(attr, proc.rebase(base, uri))
ext = mdx_urlrebase.UrlRebaseExtension(configs=[('rebase', rebase)])
- md = markdown.Markdown(
+ md = Markdown(
extensions=[ext, 'wikilinks','toc','headerid','attr_list'],
extension_configs={
'wikilinks' : [('base_url', ""), ('end_url', parts[-1])]})