projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make it easy to kill fcgi processes.
[invirt/packages/invirt-web.git]
/
code
/
webcommon.py
diff --git
a/code/webcommon.py
b/code/webcommon.py
index
5911787
..
9a9453a
100644
(file)
--- a/
code/webcommon.py
+++ b/
code/webcommon.py
@@
-54,5
+54,3
@@
class State(object):
for attr in list(self.__dict__):
if attr.startswith('__cache_'):
delattr(self, attr)
-
-state = State(None)