summaryrefslogtreecommitdiff
path: root/passlib/handlers/sha2_crypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/handlers/sha2_crypt.py')
-rw-r--r--passlib/handlers/sha2_crypt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/passlib/handlers/sha2_crypt.py b/passlib/handlers/sha2_crypt.py
index 2e56419..3922160 100644
--- a/passlib/handlers/sha2_crypt.py
+++ b/passlib/handlers/sha2_crypt.py
@@ -11,6 +11,7 @@ from warnings import warn
#libs
from passlib.utils import h64, safe_os_crypt, classproperty, handlers as uh, \
to_hash_str, to_unicode, bytes, b, bord
+from passlib.utils.compat import unicode
#pkg
#local
__all__ = [