eric6/E5Network/E5RFC6266.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 6942
2602857055c5
child 7229
53054eb5b15a
diff -r 960850ec284c -r a22eee00b052 eric6/E5Network/E5RFC6266.py
--- a/eric6/E5Network/E5RFC6266.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/E5Network/E5RFC6266.py	Sat Aug 31 12:58:11 2019 +0200
@@ -15,10 +15,7 @@
 
 from __future__ import unicode_literals
 
-try:  # Py3
-    import urllib.parse as parse
-except (ImportError):
-    import urlparse as parse    # __IGNORE_WARNING__
+import urllib.parse as parse
 import collections
 import string
 import re

eric ide

mercurial