summaryrefslogtreecommitdiff
path: root/passlib/utils/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/utils/handlers.py')
-rw-r--r--passlib/utils/handlers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/passlib/utils/handlers.py b/passlib/utils/handlers.py
index e555421..a6666f5 100644
--- a/passlib/utils/handlers.py
+++ b/passlib/utils/handlers.py
@@ -17,6 +17,7 @@ from passlib.registry import get_crypt_handler
from passlib.utils import to_hash_str, bytes, b, consteq, \
classproperty, h64, getrandstr, getrandbytes, \
rng, is_crypt_handler, ALL_BYTE_VALUES, MissingBackendError
+from passlib.utils.compat import unicode
#pkg
#local
__all__ = [