Commit 26e4f953 authored by Jason R. Coombs's avatar Jason R. Coombs

Remove conditional import for frozenset (available in Python 2.6+)

parent da99f133
......@@ -43,10 +43,6 @@ try:
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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment