68 ] |
68 ] |
69 appinfo = AppInfo.makeAppInfo( |
69 appinfo = AppInfo.makeAppInfo( |
70 sys.argv, |
70 sys.argv, |
71 "eric Plugin Repository", |
71 "eric Plugin Repository", |
72 "", |
72 "", |
73 "Utility to show the contents of the eric" " Plugin repository.", |
73 "Utility to show the contents of the eric Plugin repository.", |
74 options, |
74 options, |
75 ) |
75 ) |
76 res = Startup.simpleAppStartup(sys.argv, appinfo, createMainWidget) |
76 res = Startup.simpleAppStartup(sys.argv, appinfo, createMainWidget) |
77 sys.exit(res) |
77 sys.exit(res) |
78 |
78 |