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