summaryrefslogtreecommitdiff
path: root/slixmpp/jid.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/jid.py')
-rw-r--r--slixmpp/jid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/jid.py b/slixmpp/jid.py
index b7ebfbe9..1df7d1f0 100644
--- a/slixmpp/jid.py
+++ b/slixmpp/jid.py
@@ -22,7 +22,7 @@ import encodings.idna
from copy import deepcopy
from slixmpp.util import stringprep_profiles
-from slixmpp.thirdparty import OrderedDict
+from collections import OrderedDict
#: These characters are not allowed to appear in a JID.
ILLEGAL_CHARS = '\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r' + \