Commit fb9c105b authored by Guido van Rossum's avatar Guido van Rossum

Import setpath when we are __main__ (since driver doesn't do this for

us any more, but we may need it).
parent 382a5929
......@@ -94,6 +94,9 @@ from cStringIO import StringIO
import glob
import traceback
if __name__ == "__main__":
import setpath # Local hack to tweak sys.path etc.
import driver
def showdiff(a, b):
......
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