Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1b9d3 commit 87c50b4Copy full SHA for 87c50b4
1 file changed
Lib/test/test_modulefinder.py
@@ -6,15 +6,8 @@
6
7
from test import support
8
9
-try: set
10
-except NameError: from sets import Set as set
11
-
12
import modulefinder
13
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
18
TEST_DIR = tempfile.mkdtemp()
19
TEST_PATH = [TEST_DIR, os.path.dirname(__future__.__file__)]
20
0 commit comments