summaryrefslogtreecommitdiff
path: root/routes/route.py
diff options
context:
space:
mode:
Diffstat (limited to 'routes/route.py')
-rw-r--r--routes/route.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/routes/route.py b/routes/route.py
index 860a911..c649786 100644
--- a/routes/route.py
+++ b/routes/route.py
@@ -1,7 +1,4 @@
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