Mercurial > moin > 1.9
changeset 5972:35bf45b53714
UserWarning is a builtin exception
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 16 Mar 2013 21:58:04 +0100 |
parents | 96ef8a8ecc80 |
children | 9a273076b808 |
files | MoinMoin/config/multiconfig.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Sat Mar 16 21:47:54 2013 +0100 +++ b/MoinMoin/config/multiconfig.py Sat Mar 16 21:58:04 2013 +0100 @@ -433,7 +433,6 @@ if self.passlib_support: try: from passlib.context import CryptContext - from passlib.exc import UserWarning except ImportError, err: raise error.ConfigurationError("Wiki is configured to use passlib, but importing passlib failed [%s]!" % str(err)) try: