summaryrefslogtreecommitdiff
path: root/routes/route.py
diff options
context:
space:
mode:
Diffstat (limited to 'routes/route.py')
-rw-r--r--routes/route.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/routes/route.py b/routes/route.py
index 860a911..84bbd2d 100644
--- a/routes/route.py
+++ b/routes/route.py
@@ -1,7 +1,5 @@
import re
import sys
-if sys.version < '2.4':
- from sets import ImmutableSet as frozenset
import six
from six.moves.urllib import parse as urlparse