X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/cabbf7ab8e35de060f6f4e3f75670558ad25d9b5..0724e034fa2f8ab962b7eee61c8b5fdcbe8ecc8c:/code/webcommon.py diff --git a/code/webcommon.py b/code/webcommon.py index 5911787..9a9453a 100644 --- 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)