mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
Make it easier to import OrderedDict
This commit is contained in:
parent
a2891d7608
commit
ead3af3135
1 changed files with 4 additions and 0 deletions
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
|
Loading…
Reference in a new issue