projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06d5537
)
Fix dumb mistakes in my r2655.
author
Greg Price
<price@mit.edu>
Mon, 21 Dec 2009 01:55:22 +0000
(20:55 -0500)
committer
Greg 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]
patch
|
blob
|
history
diff --git
a/code/invirt.fcgi
b/code/invirt.fcgi
old mode 100644
(file)
new mode 100755
(executable)
index
385b562
..
c01eb7f
--- a/
code/invirt.fcgi
+++ b/
code/invirt.fcgi
@@
-40,9
+40,9
@@
if __name__ == "__main__":
}
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()