diff options
author | Eli Collins <elic@assurancetechnologies.com> | 2012-04-27 03:18:12 -0400 |
---|---|---|
committer | Eli Collins <elic@assurancetechnologies.com> | 2012-04-27 03:18:12 -0400 |
commit | a6c3315d0f60111a256f8e419695007355a03b89 (patch) | |
tree | 081ec3f10ebea8f998ccfb944144d4744f0e36e6 /passlib/handlers/mssql.py | |
parent | 332d8d949d27b4431ef4d7fb1044b8511a1188cb (diff) | |
download | passlib-a6c3315d0f60111a256f8e419695007355a03b89.tar.gz |
mass rename of old alias for PasswordHash interface
Diffstat (limited to 'passlib/handlers/mssql.py')
-rw-r--r-- | passlib/handlers/mssql.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/passlib/handlers/mssql.py b/passlib/handlers/mssql.py index 608614f..97cc0cc 100644 --- a/passlib/handlers/mssql.py +++ b/passlib/handlers/mssql.py @@ -105,7 +105,7 @@ class mssql2000(uh.HasRawSalt, uh.HasRawChecksum, uh.GenericHandler): It supports a fixed-length salt. - The :meth:`~passlib.utils.handlers.PasswordHash.encrypt` and :meth:`~passlib.utils.handlers.PasswordHash.genconfig` methods accept the following optional keywords: + The :meth:`~passlib.ifc.PasswordHash.encrypt` and :meth:`~passlib.ifc.PasswordHash.genconfig` methods accept the following optional keywords: :type salt: bytes :param salt: @@ -175,7 +175,7 @@ class mssql2005(uh.HasRawSalt, uh.HasRawChecksum, uh.GenericHandler): It supports a fixed-length salt. - The :meth:`~passlib.utils.handlers.PasswordHash.encrypt` and :meth:`~passlib.utils.handlers.PasswordHash.genconfig` methods accept the following optional keywords: + The :meth:`~passlib.ifc.PasswordHash.encrypt` and :meth:`~passlib.ifc.PasswordHash.genconfig` methods accept the following optional keywords: :type salt: bytes :param salt: |