summaryrefslogtreecommitdiff
path: root/passlib/apache.py
diff options
context:
space:
mode:
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