Changeset 878 for branch/k0p/umitInterfaceEditor/uie.py
- Timestamp:
- 06/27/07 08:47:11 (6 years ago)
- Files:
-
- 1 modified
-
branch/k0p/umitInterfaceEditor/uie.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branch/k0p/umitInterfaceEditor/uie.py
r874 r878 1 1 #!/usr/bin/env python 2 # Copyright (C) 200 7 Adriano Monteiro Marques <py.adriano@gmail.com>3 # 4 # Author: LuisBastiao Silva <luis.kop@gmail.com>2 # Copyright (C) 2005 Insecure.Com LLC. 3 # Authors: 4 # Luis Antonio Bastiao Silva <luis.kop@gmail.com> 5 5 # 6 6 # This program is free software; you can redistribute it and/or modify … … 18 18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 19 20 21 20 import sys 22 from ProfileWizardEditor import ProfileWizardEditor21 from umitInterfaceEditor import ProfileWizardEditor 23 22 import gtk 24 23
