Make it easier to import OrderedDict
This commit is contained in:
4
sleekxmpp/thirdparty/__init__.py
vendored
4
sleekxmpp/thirdparty/__init__.py
vendored
@@ -0,0 +1,4 @@
|
|||||||
|
try:
|
||||||
|
from ordereddict import OrderedDict
|
||||||
|
except:
|
||||||
|
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|
||||||
|
|||||||
Reference in New Issue
Block a user