diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-03-05 12:26:12 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-03-05 12:26:12 -0500 |
| commit | e69cdbd7d5927befa0cb708e787c730c73c032e2 (patch) | |
| tree | efaef09e93ecb271ff57f797610da48d70eb0a84 /passlib/apache.py | |
| parent | ebcfd341a99584504e34ea66dbeaef0b1e503307 (diff) | |
| download | passlib-e69cdbd7d5927befa0cb708e787c730c73c032e2.tar.gz | |
fixed wart - CryptContext now searches schemes in order, instead of reverse order (and default is now first option)
Diffstat (limited to 'passlib/apache.py')
| -rw-r--r-- | passlib/apache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/apache.py b/passlib/apache.py index 9348f7f..9888210 100644 --- a/passlib/apache.py +++ b/passlib/apache.py @@ -14,7 +14,7 @@ from __future__ import with_statement import logging; log = logging.getLogger(__name__) #site #libs -from passlib.drivers.import postgres_md5 +from passlib.hash import postgres_md5 from passlib.base import CryptContext #pkg #local |
