Index: /package_branches/invirt-web/cherrypy/code/invirt.fcgi
===================================================================
--- /package_branches/invirt-web/cherrypy/code/invirt.fcgi	(revision 2655)
+++ /package_branches/invirt-web/cherrypy/code/invirt.fcgi	(revision 2656)
@@ -41,7 +41,7 @@
 
     if os.path.basename(sys.argv[0]).startswith('auth'):
-        root = InvirtWeb()
+        root = main.InvirtWeb()
     elif os.path.basename(sys.argv[0]).startswith('unauth'):
-        root = InvirtUnauthWeb()
+        root = main.InvirtUnauthWeb()
     else:
         usage()
