Mercurial > moin > 1.9
diff MoinMoin/action/SyncPages.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 | ffe2e789a7c6 |
children | cf883a6917ea |
line wrap: on
line diff
--- a/MoinMoin/action/SyncPages.py Tue Mar 27 21:50:05 2007 +0200 +++ b/MoinMoin/action/SyncPages.py Fri Mar 30 21:50:50 2007 +0200 @@ -37,7 +37,8 @@ directions_map = {"up": UP, "down": DOWN, "both": BOTH} -class ActionStatus(Exception): pass +class ActionStatus(Exception): + pass class ActionClass(object):