eric7/eric7_shell.py

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

eric ide

mercurial