don't need to mess up sys.path
This commit is contained in:
parent
9d109742c0
commit
96e319e5ac
|
@ -1,6 +1,3 @@
|
|||
import sys
|
||||
sys.path = ['.'] + sys.path
|
||||
|
||||
from test.test_support import verbose, run_unittest
|
||||
import re
|
||||
from re import Scanner
|
||||
|
|
Loading…
Reference in New Issue