eric7/eric7_plugininstall.py

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

eric ide

mercurial