More Py3 conversion work
[osm/RO.git] / osm_ro / openmanoclient.py
index 07aead3..1566203 100644 (file)
@@ -40,7 +40,7 @@ version_date = "Oct 2017"
 if sys.version_info.major == 3:
     from urllib.parse import quote
 elif sys.version_info.major == 2:
-    from urllib.parse import quote
+    from urllib import quote
 
 class OpenmanoException(Exception):
     '''Common Exception for all openmano client exceptions'''