diff getan/states.py @ 243:9bf0ad952c68

Add newline
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 09 Apr 2013 20:44:03 +0200
parents 8caa74da6a53
children 2b2738c8c130
line wrap: on
line diff
--- a/getan/states.py	Tue Apr 09 20:43:44 2013 +0200
+++ b/getan/states.py	Tue Apr 09 20:44:03 2013 +0200
@@ -588,6 +588,7 @@
             self.set_next_state(DefaultEntryListState(self.projectlist_state,
                 self.controller, self.view))
             return True
+
         if 'backspace' in key:
             if len(self.proj_keys) > 0:
                 self.proj_keys = self.proj_keys[:-1]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)