Fix thirdparty imports for Python3
This commit is contained in:
2
sleekxmpp/thirdparty/__init__.py
vendored
2
sleekxmpp/thirdparty/__init__.py
vendored
@@ -1,4 +1,4 @@
|
||||
try:
|
||||
from ordereddict import OrderedDict
|
||||
from collections import OrderedDict
|
||||
except:
|
||||
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|
||||
|
Reference in New Issue
Block a user