/[lohnrechner]/trunk/lohnrechner2006.py
ViewVC logotype

Diff of /trunk/lohnrechner2006.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 54 by wilde, Wed Jan 25 11:43:04 2006 UTC revision 55 by wilde, Wed Jan 25 11:45:40 2006 UTC
# Line 17  Line 17 
17  __version__ = "$Revision$"  __version__ = "$Revision$"
18  # $Source$  # $Source$
19                    
20  _release_version = "0.%s beta" % __version__[11:-2]  _release_version = "0.%s" % __version__[11:-2]
21    
22  import LST2006  import LST2006
23  from Tkinter import *  from Tkinter import *
# Line 223  class Lohnrechner(LST2006.LStRechner2006 Line 223  class Lohnrechner(LST2006.LStRechner2006
223          except:          except:
224              self.ResetInputLohn()              self.ResetInputLohn()
225    
         self.SetGeb(int(self.geb.get()))  
226          try:          try:
227              self.SetGeb(int(self.geb.get()))              self.SetGeb(int(self.geb.get()))
228          except:          except:

Legend:
Removed from v.54  
changed lines
  Added in v.55

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26