59 def main(): |
59 def main(): |
60 """ |
60 """ |
61 Main entry point into the application. |
61 Main entry point into the application. |
62 """ |
62 """ |
63 from PyQt5.QtGui import QGuiApplication |
63 from PyQt5.QtGui import QGuiApplication |
64 QGuiApplication.setDesktopFileName("eric6_compare.desktop") |
64 QGuiApplication.setDesktopFileName("eric7_compare.desktop") |
65 |
65 |
66 options = [ |
66 options = [ |
67 ("--config=configDir", |
67 ("--config=configDir", |
68 "use the given directory as the one containing the config files"), |
68 "use the given directory as the one containing the config files"), |
69 ("--settings=settingsDir", |
69 ("--settings=settingsDir", |