Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mielniczuk
python-nbxmpp
Commits
1609d94a
Commit
1609d94a
authored
Jan 24, 2019
by
Philipp Hörist
Browse files
Merge branch 'urllib' into 'master'
Remove Python 2 compatibility code See merge request
gajim/python-nbxmpp!28
parents
16cb9d5f
4dd65f01
Changes
1
Show whitespace changes
Inline
Side-by-side
nbxmpp/transports_nb.py
View file @
1609d94a
...
@@ -32,11 +32,7 @@ import base64
...
@@ -32,11 +32,7 @@ import base64
import
sys
import
sys
import
locale
import
locale
import
logging
import
logging
from
urllib.parse
import
urlparse
try
:
from
urllib.parse
import
urlparse
except
ImportError
:
from
urlparse
import
urlparse
from
.plugin
import
PlugIn
from
.plugin
import
PlugIn
from
.idlequeue
import
IdleObject
from
.idlequeue
import
IdleObject
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment