slixmpp/sleekxmpp/thirdparty/__init__.py
2011-01-15 17:15:33 -05:00

4 lines
114 B
Python

try:
from ordereddict import OrderedDict
except:
from sleekxmpp.thirdparty.ordereddict import OrderedDict