slixmpp/sleekxmpp/thirdparty/__init__.py

5 lines
114 B
Python
Raw Normal View History

2011-01-15 22:15:33 +00:00
try:
from ordereddict import OrderedDict
except:
from sleekxmpp.thirdparty.ordereddict import OrderedDict