Mercurial > public > src > moin > 1.9
diff MoinMoin/config/multiconfig.py @ 1920:b06ef2a53efa
'make pylint', fixed lots of minor stuff found by pylint (and there is still lots left to do)
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Fri, 30 Mar 2007 21:50:50 +0200 |
parents | bb2e053067fb |
children | aa6aa944246b |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Tue Mar 27 21:50:05 2007 +0200 +++ b/MoinMoin/config/multiconfig.py Fri Mar 30 21:50:50 2007 +0200 @@ -172,7 +172,8 @@ # This is a way to mark some text for the gettext tools so that they don't # get orphaned. See http://www.python.org/doc/current/lib/node278.html. -def _(text): return text +def _(text): + return text class CacheClass: