2011-01-15 22:15:33 +00:00
|
|
|
try:
|
2011-01-19 22:49:39 +00:00
|
|
|
from collections import OrderedDict
|
2011-01-15 22:15:33 +00:00
|
|
|
except:
|
|
|
|
from sleekxmpp.thirdparty.ordereddict import OrderedDict
|
2011-08-04 00:00:51 +00:00
|
|
|
|
|
|
|
from sleekxmpp.thirdparty import suelta
|