eric6/eric6_diff.py

changeset 7380
c99320e859ca
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7378:e44a53a41b5d 7380:c99320e859ca
51 51
52 def main(): 52 def main():
53 """ 53 """
54 Main entry point into the application. 54 Main entry point into the application.
55 """ 55 """
56 from PyQt5.QtGui import QGuiApplication
57 QGuiApplication.setDesktopFileName("eric6_diff.desktop")
58
56 options = [ 59 options = [
57 ("--config=configDir", 60 ("--config=configDir",
58 "use the given directory as the one containing the config files"), 61 "use the given directory as the one containing the config files"),
59 ("--settings=settingsDir", 62 ("--settings=settingsDir",
60 "use the given directory to store the settings files"), 63 "use the given directory to store the settings files"),

eric ide

mercurial