Mercurial > moin > 1.9
changeset 3322:dd519c814149
*sigh*. fix pep8 in multiconfig
author | Johannes Berg <johannes AT sipsolutions DOT net> |
---|---|
date | Wed, 19 Mar 2008 03:49:51 +0100 |
parents | 8a54a5512c86 |
children | fb625b97ca02 |
files | MoinMoin/config/multiconfig.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Wed Mar 19 03:29:43 2008 +0100 +++ b/MoinMoin/config/multiconfig.py Wed Mar 19 03:49:51 2008 +0100 @@ -508,7 +508,7 @@ def password_checker(username, password): """ Check if a password is secure enough. We use a built-in check to get rid of the worst passwords. - + We do NOT use cracklib / python-crack here any more because it is not thread-safe (we experienced segmentation faults when using it).