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
4dd65f01
Commit
4dd65f01
authored
Jan 24, 2019
by
André
Browse files
Remove Python 2 compatibility code
parent
f90126ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/transports_nb.py
View file @
4dd65f01
...
...
@@ -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
...
...
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