[CalendarServer-changes] [12002] CalendarServer/trunk/twext/application/masterchild.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:22:00 PDT 2014


Revision: 12002
          http://trac.calendarserver.org//changeset/12002
Author:   wsanchez at apple.com
Date:     2013-11-22 18:27:34 -0800 (Fri, 22 Nov 2013)
Log Message:
-----------
Old-style classes are lame.

Modified Paths:
--------------
    CalendarServer/trunk/twext/application/masterchild.py

Modified: CalendarServer/trunk/twext/application/masterchild.py
===================================================================
--- CalendarServer/trunk/twext/application/masterchild.py	2013-11-23 02:21:22 UTC (rev 12001)
+++ CalendarServer/trunk/twext/application/masterchild.py	2013-11-23 02:27:34 UTC (rev 12002)
@@ -243,7 +243,7 @@
 
 
 
-class ReportingWrapperFactory(WrappingFactory):
+class ReportingWrapperFactory(WrappingFactory, object):
     protocol = ReportingProtocolWrapper
 
     def __init__(self, wrappedFactory, fd, createTransport):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/ed5908e1/attachment.html>


More information about the calendarserver-changes mailing list