diff -r d14ddbfbbd36 -r c6dda2cbe081 eric6_webbrowser.py --- a/eric6_webbrowser.py Sat Feb 16 10:27:50 2019 +0100 +++ b/eric6_webbrowser.py Sat Mar 02 11:15:24 2019 +0100 @@ -80,6 +80,8 @@ from Helpviewer.HelpSingleApplication import HelpSingleApplicationClient +app = None + def createMainWidget(argv): """ @@ -134,6 +136,8 @@ """ Main entry point into the application. """ + global app + options = [ ("--config=configDir", "use the given directory as the one containing the config files"),