Mercurial > public > src > moin > 1.9
diff MoinMoin/config/multiconfig.py @ 3485:aff01569df82
make sourcecode pep8 test happy
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 06 Apr 2008 23:34:41 +0200 |
parents | 0392c7258982 |
children | af3460a4cb79 |
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py Sun Apr 06 20:02:43 2008 +0200 +++ b/MoinMoin/config/multiconfig.py Sun Apr 06 23:34:41 2008 +0200 @@ -218,7 +218,7 @@ class DefaultConfig(object): """ default config values - + When adding new config attributes, PLEASE use a name with the TOPIC as prefix, so it will sort naturally. E.g. use "actions_excluded", not "excluded_actions".