eric5_trpreviewer.py

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

eric ide

mercurial