mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
don't need to mess up sys.path
This commit is contained in:
parent
9d109742c0
commit
96e319e5ac
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
||||||
import sys
|
|
||||||
sys.path = ['.'] + sys.path
|
|
||||||
|
|
||||||
from test.test_support import verbose, run_unittest
|
from test.test_support import verbose, run_unittest
|
||||||
import re
|
import re
|
||||||
from re import Scanner
|
from re import Scanner
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue