Commit d33396c2 authored by R. David Murray's avatar R. David Murray

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.
parent 3059b00f
import sys
sys.path = ['.'] + sys.path
from test.support import verbose, run_unittest
import re
from re import Scanner
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment