slixmpp/sleekxmpp/thirdparty/__init__.py

6 lines
155 B
Python

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