changeset 196:2c4cfc79632c

Fix coding style for State class
author Björn Ricks <bjoern.ricks@intevation.de>
date Fri, 05 Apr 2013 19:01:54 +0200
parents 0c0d88ec53f9
children 2eb2bbf042b3
files getan/states.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/getan/states.py	Fri Apr 05 19:01:33 2013 +0200
+++ b/getan/states.py	Fri Apr 05 19:01:54 2013 +0200
@@ -21,12 +21,13 @@
 logger = logging.getLogger()
 
 class State(object):
+
     messages = {
     }
 
     def __init__(self, controller, view):
         self.controller = controller
-        self.view       = view
+        self.view = view
         self.config = controller.get_config()
 
     def msg(self, key):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)