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