slixmpp/sleekxmpp/thirdparty/__init__.py
2011-01-19 17:49:39 -05:00

4 lines
114 B
Python

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