diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-03-22 19:18:14 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-03-22 19:18:14 -0400 |
| commit | cce3a27b515c15410512bc7fbf7ddd6b2ff2af44 (patch) | |
| tree | c0f998a5404dd29389b387202a3554b0fe3fc8c9 /passlib/apache.py | |
| parent | bdc2cb5e4fb61829547ad5122b15853bc1f4c019 (diff) | |
| download | passlib-cce3a27b515c15410512bc7fbf7ddd6b2ff2af44.tar.gz | |
split passlib.base into passlib.registry & passlib.context - the two have little to do with eachother
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 0f8ba8d..9b99203 100644 --- a/passlib/apache.py +++ b/passlib/apache.py @@ -31,7 +31,7 @@ import logging; log = logging.getLogger(__name__) import os #site #libs -from passlib.base import CryptContext +from passlib.context import CryptContext #pkg #local __all__ = [ |
