diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-12-28 17:26:04 -0500 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-12-28 17:26:04 -0500 |
| commit | fec9d1c45fcd201eea26f5ce276825302f10dce0 (patch) | |
| tree | 4381eb3b2321d4dd8ac0814b9fff046864cfdbed /passlib/context.py | |
| parent | 9d1ca56acb757a034d66eb0b97acf0ca06245146 (diff) | |
| download | passlib-fec9d1c45fcd201eea26f5ce276825302f10dce0.tar.gz | |
removed Undef singleton, private _NOTSET singletons are cleaner.
Diffstat (limited to 'passlib/context.py')
| -rw-r--r-- | passlib/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/context.py b/passlib/context.py index 97cb4cf..7e6e7fd 100644 --- a/passlib/context.py +++ b/passlib/context.py @@ -28,7 +28,7 @@ except ImportError: resource_string = None #libs from passlib.registry import get_crypt_handler, _validate_handler_name -from passlib.utils import to_bytes, to_unicode, bytes, Undef, \ +from passlib.utils import to_bytes, to_unicode, bytes, \ is_crypt_handler, rng, \ PasslibPolicyWarning from passlib.utils.compat import is_mapping, iteritems, num_types, \ |
