1 2 3 4
try: from ordereddict import OrderedDict except: from sleekxmpp.thirdparty.ordereddict import OrderedDict