mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
don't need to mess up sys.path
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
import sys
|
||||
sys.path = ['.'] + sys.path
|
||||
|
||||
from test.test_support import verbose, run_unittest
|
||||
import re
|
||||
from re import Scanner
|
||||
|
||||
Reference in New Issue
Block a user