# HG changeset patch # User Björn Ricks # Date 1365677032 -7200 # Node ID 8a3dd18a0b6129c6d8d9deca64949814c72eccc9 # Parent e360277c421b9953c0b74847d1050e602f73685c Update coding style diff -r e360277c421b -r 8a3dd18a0b61 getan/states.py --- 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