Fix dumb mistakes in my r2655.
authorGreg Price <price@mit.edu>
Mon, 21 Dec 2009 01:55:22 +0000 (20:55 -0500)
committerGreg Price <price@mit.edu>
Mon, 21 Dec 2009 01:55:22 +0000 (20:55 -0500)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2734

code/invirt.fcgi [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 385b562..c01eb7f
@@ -40,9 +40,9 @@ if __name__ == "__main__":
         }
 
     if os.path.basename(sys.argv[0]).startswith('auth'):
         }
 
     if os.path.basename(sys.argv[0]).startswith('auth'):
-        root = InvirtWeb()
+        root = main.InvirtWeb()
     elif os.path.basename(sys.argv[0]).startswith('unauth'):
     elif os.path.basename(sys.argv[0]).startswith('unauth'):
-        root = InvirtUnauthWeb()
+        root = main.InvirtUnauthWeb()
     else:
         usage()
 
     else:
         usage()