Avoid per-request global state.
[invirt/packages/invirt-web.git] / code / webcommon.py
index 5911787..9a9453a 100644 (file)
@@ -54,5 +54,3 @@ class State(object):
         for attr in list(self.__dict__):
             if attr.startswith('__cache_'):
                 delattr(self, attr)
-
-state = State(None)