eric7/eric7_unittest.py

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

eric ide

mercurial