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-20 17:34:54 +00:00
parent 3059b00f65
commit d33396c22b
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