--- a/eric5_editor.py Fri Mar 11 08:55:14 2011 +0100 +++ b/eric5_editor.py Fri Mar 11 16:51:57 2011 +0100 @@ -8,7 +8,7 @@ Eric5 Editor This is the main Python script that performs the necessary initialization -of the MiniEditor module and starts the Qt event loop. This is a standalone +of the MiniEditor module and starts the Qt event loop. This is a standalone version of the integrated MiniEditor module. """ @@ -45,13 +45,14 @@ else: return MiniEditor() + 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,