X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/cabbf7ab8e35de060f6f4e3f75670558ad25d9b5..41c2aef6270583d1bd47c245f27cf87487857b5d:/code/webcommon.py?ds=sidebyside 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)