Code

more modernisation
[roundup.git] / roundup / anypy / urllib_.py
diff --git a/roundup/anypy/urllib_.py b/roundup/anypy/urllib_.py
new file mode 100644 (file)
index 0000000..d1a8a4b
--- /dev/null
@@ -0,0 +1,6 @@
+
+try:
+    from urllib.parse import quote, urlparse
+except:
+    from urllib import quote
+    from urlparse import urlparse