mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove useless compatibility statements
This commit is contained in:
parent
1f1b9d3d0d
commit
87c50b4e20
1 changed files with 0 additions and 7 deletions
|
@ -6,15 +6,8 @@ import tempfile
|
|||
|
||||
from test import support
|
||||
|
||||
try: set
|
||||
except NameError: from sets import Set as set
|
||||
|
||||
import modulefinder
|
||||
|
||||
# Note: To test modulefinder with Python 2.2, sets.py and
|
||||
# modulefinder.py must be available - they are not in the standard
|
||||
# library.
|
||||
|
||||
TEST_DIR = tempfile.mkdtemp()
|
||||
TEST_PATH = [TEST_DIR, os.path.dirname(__future__.__file__)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue