eric7/eric7_diff.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
51 def main(): 51 def main():
52 """ 52 """
53 Main entry point into the application. 53 Main entry point into the application.
54 """ 54 """
55 from PyQt5.QtGui import QGuiApplication 55 from PyQt5.QtGui import QGuiApplication
56 QGuiApplication.setDesktopFileName("eric6_diff.desktop") 56 QGuiApplication.setDesktopFileName("eric7_diff.desktop")
57 57
58 options = [ 58 options = [
59 ("--config=configDir", 59 ("--config=configDir",
60 "use the given directory as the one containing the config files"), 60 "use the given directory as the one containing the config files"),
61 ("--settings=settingsDir", 61 ("--settings=settingsDir",

eric ide

mercurial