Esempio n. 1
0
 def header_gif(self):
     """the banner GIF for the bunny1 homepage"""
     cherrypy.response.headers["Content-Type"] = "image/gif"
     return bunny1.bunny1_file("header.gif")
Esempio n. 2
0
 def header_gif(self):
     """the banner GIF for the bunny1 homepage"""
     cherrypy.response.headers["Content-Type"] = "image/gif"
     return bunny1.bunny1_file("header.gif")
Esempio n. 3
0
 def readme(self, arg):
     """shows the contents of the README file for this software"""
     raise bunny1.PRE(bunny1.bunny1_file("README"))
Esempio n. 4
0
 def readme(self, arg):
     """shows the contents of the README file for this software"""
     raise bunny1.PRE(bunny1.bunny1_file("README"))