Mercurial > getan
changeset 270:8a3dd18a0b61
Update coding style
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 11 Apr 2013 12:43:52 +0200 |
parents | e360277c421b |
children | 60725e0bcddb |
files | getan/states.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/states.py Thu Apr 11 12:43:37 2013 +0200 +++ b/getan/states.py Thu Apr 11 12:43:52 2013 +0200 @@ -667,7 +667,7 @@ def __init__(self, controller, view, key): controller.view.set_footer_text(self.msg('proj_description'), - 'question', edit=True) + 'question', edit=True) super(AddProjectDescriptionState, self).__init__(controller, view) self.key = key