mirror of
https://github.com/correl/SleekXMPP.git
synced 2025-03-18 17:00:13 -09:00
6 lines
155 B
Python
6 lines
155 B
Python
try:
|
|
from collections import OrderedDict
|
|
except:
|
|
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|
|
|
|
from sleekxmpp.thirdparty import suelta
|