Kaydet (Commit) 193a11e3 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add a separate SRC directory and insert it in front of the path.

üst 1dccdc22
......@@ -3,9 +3,10 @@ import posix
t1 = posix.times()
try:
FAQDIR = "/usr/people/guido/python/FAQ"
SRCDIR = "/usr/people/guido/python/Tools/faqwiz"
import os, sys, time, operator
os.chdir(FAQDIR)
sys.path.insert(0, FAQDIR)
sys.path.insert(0, SRCDIR)
import faqwiz
except SystemExit, n:
sys.exit(n)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment