--- a/eric5_iconeditor.py Fri Mar 11 08:55:14 2011 +0100 +++ b/eric5_iconeditor.py Fri Mar 11 16:51:57 2011 +0100 @@ -24,6 +24,7 @@ from Utilities import Startup + def createMainWidget(argv): """ Function to create the main widget. @@ -41,13 +42,14 @@ editor = IconEditorWindow(fileName, None) return editor + def main(): """ Main entry point into the application. """ options = [\ - ("--config=configDir", - "use the given directory as the one containing the config files"), + ("--config=configDir", + "use the given directory as the one containing the config files"), ("", "name of file to edit") ] appinfo = Startup.makeAppInfo(sys.argv,