svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2663
import time
import urllib
import socket
import time
import urllib
import socket
from StringIO import StringIO
from StringIO import StringIO
+from view import View
+
+class InvirtWeb(View):
+ @cherrypy.expose
+ def helloworld(self):
+ return "Hello world!"
def revertStandardError():
"""Move stderr to stdout, and return the contents of the old stderr."""
def revertStandardError():
"""Move stderr to stdout, and return the contents of the old stderr."""