4 lines
114 B
Python
4 lines
114 B
Python
try:
|
|
from ordereddict import OrderedDict
|
|
except:
|
|
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|