src/eric7/eric7_pluginrepository.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
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

eric ide

mercurial