Changeset 640
- Timestamp:
- 05/08/07 23:25:07 (6 years ago)
- Files:
-
- 1 modified
-
trunk/umit (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/umit
r639 r640 32 32 from umitGUI.App import App 33 33 34 DEVELOPMENT = False34 DEVELOPMENT = True 35 35 if not DEVELOPMENT: 36 36 from tempfile import mktemp … … 109 109 sys.excepthook = excepthook 110 110 111 1/0112 113 111 if __name__ == '__main__': 114 112 umit_app = App()
