Changeset 640

Show
Ignore:
Timestamp:
05/08/07 23:25:07 (6 years ago)
Author:
boltrix
Message:

Woops... Forgot to remove the zerodivision exception ;-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/umit

    r639 r640  
    3232from umitGUI.App import App 
    3333 
    34 DEVELOPMENT = False 
     34DEVELOPMENT = True 
    3535if not DEVELOPMENT: 
    3636    from tempfile import mktemp 
     
    109109    sys.excepthook = excepthook 
    110110 
    111     1/0 
    112  
    113111if __name__ == '__main__': 
    114112    umit_app = App()