1 import web 2 3 -class ListView: 4 - def GET(self): 5 web.ctx.plugin_manager.check_for_new_plugins() 6 plugins = web.ctx.plugin_manager.plugins 7 return web.ctx.render.pluginmanager.list(plugins) 8