]> granicus.if.org Git - python/commitdiff
Merged revisions 74118 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Tue, 21 Jul 2009 14:03:55 +0000 (14:03 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Tue, 21 Jul 2009 14:03:55 +0000 (14:03 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74118 | r.david.murray | 2009-07-20 13:34:54 -0400 (Mon, 20 Jul 2009) | 5 lines

  Remove apparently unneeded and un-cleaned-up munging of sys.path from
  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 11fff7801c0f6a4ddd006eacdd2de0fc95a8841b..a857aabb3522d7395b5ec9750dd8331d9957211d 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