eric7/eric7_compare.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
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",

eric ide

mercurial