eric5_editor.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3057
10516539f238
parent 3034
7ce719013078
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
57 57
58 def main(): 58 def main():
59 """ 59 """
60 Main entry point into the application. 60 Main entry point into the application.
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 ("", "name of file to edit") 65 ("", "name of file to edit")
66 ] 66 ]
67 appinfo = AppInfo.makeAppInfo(sys.argv, 67 appinfo = AppInfo.makeAppInfo(sys.argv,

eric ide

mercurial