Fix things again, this time for python3

This commit is contained in:
Lance Stout
2014-06-09 08:28:57 -07:00
parent 753cb3580e
commit 768136e493
3 changed files with 28 additions and 16 deletions

View File

@@ -11,7 +11,8 @@
from sleekxmpp.util.misc_ops import bytes, unicode, hashes, hash, \
num_to_bytes, bytes_to_num, quote, XOR
num_to_bytes, bytes_to_num, quote, \
XOR, safedict
# =====================================================================