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:
parent
3059b00f65
commit
d33396c22b
|
@ -1,6 +1,3 @@
|
|||
import sys
|
||||
sys.path = ['.'] + sys.path
|
||||
|
||||
from test.support import verbose, run_unittest
|
||||
import re
|
||||
from re import Scanner
|
||||
|
|
Loading…
Reference in New Issue