We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c74601 + 767412a commit dec8f7eCopy full SHA for dec8f7e
1 file changed
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