This commit is contained in:
Miroslav Stampar
2011-09-26 13:36:08 +00:00
parent b3b4459c72
commit fd9acfd7d2
2 changed files with 17 additions and 18 deletions

View File

@@ -34,6 +34,7 @@ class _ThreadData(threading.local):
global shared
self.disableStdOut = False
self.hashDBCursor = None
self.lastErrorPage = None
self.lastHTTPError = None
self.lastRedirectMsg = None