[CalendarServer-changes] [10227] CalendarServer/branches/users/glyph/queue-locking-and-timing

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 4 16:38:39 PST 2013


Revision: 10227
          http://trac.calendarserver.org//changeset/10227
Author:   glyph at apple.com
Date:     2013-01-04 16:38:39 -0800 (Fri, 04 Jan 2013)
Log Message:
-----------
Make test pass with implements declaration.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/queue-locking-and-timing/

Modified: CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py
===================================================================
--- CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:37 UTC (rev 10226)
+++ CalendarServer/branches/users/glyph/queue-locking-and-timing/twext/enterprise/queue.py	2013-01-05 00:38:39 UTC (rev 10227)
@@ -558,6 +558,7 @@
     L{ConnectionFromPeerNode}, but one that dispenses work to the local worker
     processes rather than to a remote connection pool.
     """
+    implements(_IWorkPerformer)
 
     def __init__(self, maximumLoadPerWorker=5):
         self.workers = []
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130104/651e1784/attachment.html>


More information about the calendarserver-changes mailing list