diff --git a/sandbox/wiki.py b/sandbox/wiki.py index fbe0894a..7da4a8bc 100644 --- a/sandbox/wiki.py +++ b/sandbox/wiki.py @@ -1,8 +1,8 @@ import sys import re -from os.path import * +from os.path import dirname, abspath -sys.path.insert(0, dirname(dirname(abspath(__file__)))) +sys.path.insert(0, dirname(dirname(abspath(__file__))) + '/lib') import markdown2 wiki_page = """