X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/c51a587924139a9bb900735f02e0b2258ed6d239..b6ac16dfe45437378c5683777e4e20283219803a:/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)