Merged revisions 74118 via svnmerge from

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.
........
This commit is contained in:
R. David Murray 2009-07-21 14:03:55 +00:00
parent 784935ffc9
commit d98ef1a1ac
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
import sys
sys.path = ['.'] + sys.path
from test.support import verbose, run_unittest from test.support import verbose, run_unittest
import re import re
from re import Scanner from re import Scanner