]> granicus.if.org Git - python/commitdiff
Remove apparently unneeded and un-cleaned-up munging of sys.path from
authorR. David Murray <rdmurray@bitdance.com>
Mon, 20 Jul 2009 17:34:54 +0000 (17:34 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 20 Jul 2009 17:34:54 +0000 (17:34 +0000)
test_re.  Tests pass on my machine without it, and I can't see
any obvious place in the tests that would need it.

Lib/test/test_re.py

index fa75fd04c1b9ff2c704f1fb41f53b0828eed70c3..383b56ac7ab615d56b21c9717f7535be18983a57 100644 (file)
@@ -1,6 +1,3 @@
-import sys
-sys.path = ['.'] + sys.path
-
 from test.support import verbose, run_unittest
 import re
 from re import Scanner