From 767412ac1145796a0a0bcd01c012dab4171a715a Mon Sep 17 00:00:00 2001 From: Crozzers Date: Wed, 5 Nov 2025 23:25:57 +0000 Subject: [PATCH] Fix #656 --- sandbox/wiki.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = """