mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
4 lines
114 B
Python
4 lines
114 B
Python
try:
|
|
from collections import OrderedDict
|
|
except:
|
|
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|