summaryrefslogtreecommitdiff
path: root/passlib/apache.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-03-05 12:26:12 -0500
committerEli Collins <elic@assurancetechnologies.com>2011-03-05 12:26:12 -0500
commite69cdbd7d5927befa0cb708e787c730c73c032e2 (patch)
treeefaef09e93ecb271ff57f797610da48d70eb0a84 /passlib/apache.py
parentebcfd341a99584504e34ea66dbeaef0b1e503307 (diff)
downloadpasslib-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.py2
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