Always use OrderedDict from collections, and remove its implementation in slixmpp.thirdparty.
This commit is contained in:
committed by
Florent Le Coz
parent
8660148960
commit
ed37174a2b
@@ -9,7 +9,7 @@
|
||||
import copy
|
||||
import logging
|
||||
|
||||
from slixmpp.thirdparty import OrderedDict
|
||||
from collections import OrderedDict
|
||||
|
||||
from slixmpp.xmlstream import ElementBase, ET
|
||||
from slixmpp.plugins.xep_0004.stanza import FormField
|
||||
|
||||
Reference in New Issue
Block a user