summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty/__init__.py
blob: 3eb6ad7362a8fce2fec2f40c69d8182091c38a7a (plain)
1
2
3
4
5
6
try:
    from collections import OrderedDict
except:
    from sleekxmpp.thirdparty.ordereddict import OrderedDict

from sleekxmpp.thirdparty import suelta