src/eric7/eric7_shell.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
70 ] 70 ]
71 appinfo = AppInfo.makeAppInfo( 71 appinfo = AppInfo.makeAppInfo(
72 sys.argv, 72 sys.argv,
73 "eric Shell", 73 "eric Shell",
74 "", 74 "",
75 "Stand alone version of the eric" " interpreter shell", 75 "Stand alone version of the eric interpreter shell",
76 options, 76 options,
77 ) 77 )
78 res = Startup.simpleAppStartup(sys.argv, appinfo, createMainWidget) 78 res = Startup.simpleAppStartup(sys.argv, appinfo, createMainWidget)
79 sys.exit(res) 79 sys.exit(res)
80 80

eric ide

mercurial