1
0
Fork 0
mirror of https://github.com/correl/SleekXMPP.git synced 2025-03-25 01:08:31 -09:00
SleekXMPP/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