Skip to content

Commit 8cb1713

Browse files
committed
remove set compatibility code
1 parent 1e7f0a0 commit 8cb1713

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

virtualenv.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
print('ERROR: this script requires Python 2.6 or greater.')
2929
sys.exit(101)
3030

31-
try:
32-
set
33-
except NameError:
34-
from sets import Set as set
3531
try:
3632
basestring
3733
except NameError:

0 commit comments

Comments
 (0)