summaryrefslogtreecommitdiff
path: root/routes/route.py
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2020-07-30 11:01:37 -0700
committerGitHub <noreply@github.com>2020-07-30 11:01:37 -0700
commit12758f026dd4ea59398d2ec28d38fbc3f0e7c80e (patch)
tree18c6727921013bcc16444698a9e70977b26f4df3 /routes/route.py
parent3c01ff0ecee7abdd25a5812c5d3a9bfcb1df732d (diff)
parentd312ea6dfea57a11b75d25f8b1c0c89d6cf854e6 (diff)
downloadroutes-12758f026dd4ea59398d2ec28d38fbc3f0e7c80e.tar.gz
Merge branch 'master' into fix-python-warnings
Diffstat (limited to 'routes/route.py')
-rw-r--r--routes/route.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/routes/route.py b/routes/route.py
index b03e1cf..cf6df10 100644
--- a/routes/route.py
+++ b/routes/route.py
@@ -1,4 +1,5 @@
import re
+import sys
import six
from six.moves.urllib import parse as urlparse