mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Fix thirdparty imports for Python3
This commit is contained in:
parent
acc2d071ac
commit
493df57035
1 changed files with 1 additions and 1 deletions
2
sleekxmpp/thirdparty/__init__.py
vendored
2
sleekxmpp/thirdparty/__init__.py
vendored
|
@ -1,4 +1,4 @@
|
||||||
try:
|
try:
|
||||||
from ordereddict import OrderedDict
|
from collections import OrderedDict
|
||||||
except:
|
except:
|
||||||
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|
||||||
|
|
Loading…
Reference in a new issue