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 8c74601 commit 767412aCopy full SHA for 767412a
sandbox/wiki.py
@@ -1,8 +1,8 @@
1
import sys
2
import re
3
-from os.path import *
+from os.path import dirname, abspath
4
5
-sys.path.insert(0, dirname(dirname(abspath(__file__))))
+sys.path.insert(0, dirname(dirname(abspath(__file__))) + '/lib')
6
import markdown2
7
8
wiki_page = """
0 commit comments