Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove Python 2 compatibility code
· 4dd65f01
André
authored
Jan 24, 2019
4dd65f01
Merge branch 'urllib' into 'master'
· 1609d94a
Philipp Hörist
authored
Jan 24, 2019
Remove Python 2 compatibility code See merge request
gajim/python-nbxmpp!28
1609d94a
Hide whitespace changes
Inline
Side-by-side
nbxmpp/transports_nb.py
View file @
1609d94a
...
...
@@ -32,11 +32,7 @@ import base64
import
sys
import
locale
import
logging
try
:
from
urllib.parse
import
urlparse
except
ImportError
:
from
urlparse
import
urlparse
from
urllib.parse
import
urlparse
from
.plugin
import
PlugIn
from
.idlequeue
import
IdleObject
...
...