eric5_editor.py

changeset 3034
7ce719013078
parent 2992
dbdf27746da5
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
48 48
49 def main(): 49 def main():
50 """ 50 """
51 Main entry point into the application. 51 Main entry point into the application.
52 """ 52 """
53 options = [\ 53 options = [
54 ("--config=configDir", 54 ("--config=configDir",
55 "use the given directory as the one containing the config files"), 55 "use the given directory as the one containing the config files"),
56 ("", "name of file to edit") 56 ("", "name of file to edit")
57 ] 57 ]
58 appinfo = AppInfo.makeAppInfo(sys.argv, 58 appinfo = AppInfo.makeAppInfo(sys.argv,

eric ide

mercurial