Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87c50b4

Browse files
committed
Remove useless compatibility statements
1 parent 1f1b9d3 commit 87c50b4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Lib/test/test_modulefinder.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,8 @@
66

77
from test import support
88

9-
try: set
10-
except NameError: from sets import Set as set
11-
129
import modulefinder
1310

14-
# Note: To test modulefinder with Python 2.2, sets.py and
15-
# modulefinder.py must be available - they are not in the standard
16-
# library.
17-
1811
TEST_DIR = tempfile.mkdtemp()
1912
TEST_PATH = [TEST_DIR, os.path.dirname(__future__.__file__)]
2013

0 commit comments

Comments
 (0)