1
0
Fork 0
mirror of https://github.com/correl/SleekXMPP.git synced 2025-03-23 03:14:28 -09:00
SleekXMPP/sleekxmpp/thirdparty/__init__.py

5 lines
114 B
Python
Raw Normal View History

2011-01-15 17:15:33 -05:00
try:
2011-01-19 17:49:39 -05:00
from collections import OrderedDict
2011-01-15 17:15:33 -05:00
except:
from sleekxmpp.thirdparty.ordereddict import OrderedDict