1 2 -class CreateHardwareProfile: 3 - def GET(self): 4 return "CreateHardwareProfile" 5 # return web.ctx.render.plugins.searchbyhardwareview() 6