53 def main(): |
53 def main(): |
54 """ |
54 """ |
55 Main entry point into the application. |
55 Main entry point into the application. |
56 """ |
56 """ |
57 from PyQt5.QtGui import QGuiApplication |
57 from PyQt5.QtGui import QGuiApplication |
58 QGuiApplication.setDesktopFileName("eric6_shell.desktop") |
58 QGuiApplication.setDesktopFileName("eric7_shell.desktop") |
59 |
59 |
60 options = [ |
60 options = [ |
61 ("--config=configDir", |
61 ("--config=configDir", |
62 "use the given directory as the one containing the config files"), |
62 "use the given directory as the one containing the config files"), |
63 ("--settings=settingsDir", |
63 ("--settings=settingsDir", |