eric5_uipreviewer.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
56 56
57 def main(): 57 def main():
58 """ 58 """
59 Main entry point into the application. 59 Main entry point into the application.
60 """ 60 """
61 options = [\ 61 options = [
62 ("--config=configDir", 62 ("--config=configDir",
63 "use the given directory as the one containing the config files"), 63 "use the given directory as the one containing the config files"),
64 ] 64 ]
65 appinfo = AppInfo.makeAppInfo(sys.argv, 65 appinfo = AppInfo.makeAppInfo(sys.argv,
66 "Eric5 UI Previewer", 66 "Eric5 UI Previewer",

eric ide

mercurial