Changeset 2389 for package_branches/invirt-web/cherrypy/code
- Timestamp:
- Aug 9, 2009, 6:45:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/main.py
r2217 r2389 14 14 import urllib 15 15 import socket 16 import cherrypy 16 17 from StringIO import StringIO 18 from view import View 19 20 class InvirtWeb(View): 21 @cherrypy.expose 22 def helloworld(self): 23 return "Hello world!" 17 24 18 25 def revertStandardError():
Note: See TracChangeset
for help on using the changeset viewer.