[Checkins] SVN: zope.errorview/trunk/src/zope/errorview/http.py newstyle class of course

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Jan 19 09:21:56 EST 2011


Log message for revision 119706:
  newstyle class of course

Changed:
  U   zope.errorview/trunk/src/zope/errorview/http.py

-=-
Modified: zope.errorview/trunk/src/zope/errorview/http.py
===================================================================
--- zope.errorview/trunk/src/zope/errorview/http.py	2011-01-19 13:45:49 UTC (rev 119705)
+++ zope.errorview/trunk/src/zope/errorview/http.py	2011-01-19 14:21:55 UTC (rev 119706)
@@ -16,7 +16,7 @@
 from zope.interface import implements
 from zope.publisher.interfaces.http import IHTTPException
 
-class SystemErrorViewMixin:
+class SystemErrorViewMixin(object):
 
     implements(ISystemErrorView)
 



More information about the checkins mailing list