aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg_resources.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 9992b17d..a0566688 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -44,10 +44,6 @@ except ImportError:
from urllib.parse import urlparse, urlunparse
try:
- frozenset
-except NameError:
- from sets import ImmutableSet as frozenset
-try:
basestring
next = lambda o: o.next()
from cStringIO import StringIO as BytesIO