handle python wrapper in a loop

 

remove xsane as it's not used

File modified: bin/setenv.sh bin/wrapper.py

Change305 at Sat May 22 19:43:21 2010 +0200 by Ivan Kanis <ivan@mac.foo>

diff -r edb4906eb6d4 -r 0915d01813d3 bin/wrapper.py
--- a/bin/wrapper.py	Sat May 22 19:04:32 2010 +0200
+++ b/bin/wrapper.py	Sat May 22 19:43:21 2010 +0200
@@ -180,9 +180,6 @@
         if 'EDITOR' in self.env:
             self.change_command(self.env['EDITOR'])
 
-    def xsane(self):
-        french(self.env)
-
 # utility functions
 def emacs_server():
     """Returns version of emacs running or empty string"""


back