Exemplo n.º 1
0
 def GET(self):
     olid = lending.get_random_available_ia_edition()
     if olid:
         raise web.seeother('/books/%s' % olid)
     raise web.seeother("/")
Exemplo n.º 2
0
 def GET(self):
     olid = lending.get_random_available_ia_edition()
     if olid:
         raise web.seeother('/books/%s' % olid)
     raise web.seeother("/")