changeset 253:fb412892efb5

Remove unnecessary import and varibale
author Björn Ricks <bjoern.ricks@intevation.de>
date Thu, 11 Apr 2013 10:23:41 +0200
parents 8be9c557e4b5
children 70e4f59f991c
files getan/states.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/getan/states.py	Thu Apr 11 10:20:48 2013 +0200
+++ b/getan/states.py	Thu Apr 11 10:23:41 2013 +0200
@@ -9,7 +9,6 @@
 #
 
 
-import locale
 import logging
 import signal
 
@@ -331,7 +330,6 @@
 
     def handle_input(self, key):
         logger.debug("HandleUserInputState: handle key '%r'" % key)
-        pos = self.footer.edit_pos
         keys = self.config.get_keybinding()
 
         if keys.get_escape() in key:
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)