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
(from parent 1:
48ee742
)
Don't calculate static_dir in the fcgi files - we no longer use it
author
Evan Broder
<broder@mit.edu>
Mon, 21 Dec 2009 00:49:32 +0000
(19:49 -0500)
committer
Evan Broder
<broder@mit.edu>
Mon, 21 Dec 2009 00:49:32 +0000
(19:49 -0500)
there.
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2732
code/auth.fcgi
patch
|
blob
|
history
code/unauth.fcgi
patch
|
blob
|
history
diff --git
a/code/auth.fcgi
b/code/auth.fcgi
index
97a7551
..
a200449
100755
(executable)
--- a/
code/auth.fcgi
+++ b/
code/auth.fcgi
@@
-19,8
+19,6
@@
With `config`, run standalone with CherryPy config from `config`.
sys.exit(2)
if __name__ == "__main__":
- static_dir = os.path.join(base_dir, 'static')
-
if len(sys.argv) > 2:
usage()
if len(sys.argv) > 1:
diff --git
a/code/unauth.fcgi
b/code/unauth.fcgi
index
f37c914
..
8dfbb98
100755
(executable)
--- a/
code/unauth.fcgi
+++ b/
code/unauth.fcgi
@@
-19,8
+19,6
@@
With `config`, run standalone with CherryPy config from `config`.
sys.exit(2)
if __name__ == "__main__":
- static_dir = os.path.join(base_dir, 'static')
-
if len(sys.argv) > 2:
usage()
if len(sys.argv) > 1: