Changeset 908 for branch/k0p/umitInterfaceEditor/uie.py
- Timestamp:
- 07/01/07 17:57:20 (6 years ago)
- Files:
-
- 1 modified
-
branch/k0p/umitInterfaceEditor/uie.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branch/k0p/umitInterfaceEditor/uie.py
r878 r908 19 19 20 20 import sys 21 from umitInterfaceEditor import ProfileWizardEditor21 from umitInterfaceEditor import umitInterfaceEditor 22 22 import gtk 23 23 … … 25 25 26 26 if __name__ == '__main__': 27 p = ProfileWizardEditor()27 p = umitInterfaceEditor() 28 28 p.show_all() 29 29 gtk.main()
