From 768136e493916826187db9a7dbc4a3502b26c1bc Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 9 Jun 2014 08:28:57 -0700 Subject: Fix things again, this time for python3 --- sleekxmpp/util/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sleekxmpp/util/__init__.py') diff --git a/sleekxmpp/util/__init__.py b/sleekxmpp/util/__init__.py index 957a9335..05286d33 100644 --- a/sleekxmpp/util/__init__.py +++ b/sleekxmpp/util/__init__.py @@ -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 # ===================================================================== -- cgit v1.2.3