--- a/eric5_webbrowser.py Fri Mar 11 08:55:14 2011 +0100 +++ b/eric5_webbrowser.py Fri Mar 11 16:51:57 2011 +0100 @@ -32,6 +32,7 @@ from Utilities import Startup import Utilities + def createMainWidget(argv): """ Function to create the main widget. @@ -54,16 +55,17 @@ except IndexError: home = "" - help = HelpWindow(home, '.', None, 'help viewer', searchWord = searchWord) + help = HelpWindow(home, '.', None, 'help viewer', searchWord=searchWord) return help + 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"), ("--search=word", "search for the given word") ] appinfo = Startup.makeAppInfo(sys.argv,