summaryrefslogtreecommitdiffstats
path: root/Tools/faqwiz/faqw.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/faqwiz/faqw.py')
-rwxr-xr-xTools/faqwiz/faqw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqw.py b/Tools/faqwiz/faqw.py
index a14e335..d972f61 100755
--- a/Tools/faqwiz/faqw.py
+++ b/Tools/faqwiz/faqw.py
@@ -20,7 +20,7 @@ t1 = os.times() # If this doesn't work, just get rid of the timing code!
try:
FAQDIR = "/usr/people/guido/python/FAQ"
SRCDIR = "/usr/people/guido/python/src/Tools/faqwiz"
- import os, sys, time, operator
+ import os, sys
os.chdir(FAQDIR)
sys.path.insert(0, SRCDIR)
import faqwiz