[CalendarServer-changes] [11883] CalendarServer/branches/users/glyph/whenNotProposed/twext/ enterprise/fixtures.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:21:49 PDT 2014


Revision: 11883
          http://trac.calendarserver.org//changeset/11883
Author:   glyph at apple.com
Date:     2013-11-04 12:07:30 -0800 (Mon, 04 Nov 2013)
Log Message:
-----------
Coding standard fix.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/whenNotProposed/twext/enterprise/fixtures.py

Modified: CalendarServer/branches/users/glyph/whenNotProposed/twext/enterprise/fixtures.py
===================================================================
--- CalendarServer/branches/users/glyph/whenNotProposed/twext/enterprise/fixtures.py	2013-11-04 20:07:30 UTC (rev 11882)
+++ CalendarServer/branches/users/glyph/whenNotProposed/twext/enterprise/fixtures.py	2013-11-04 20:07:30 UTC (rev 11883)
@@ -76,8 +76,8 @@
 
 def resultOf(deferred, propagate=False):
     """
-    Add a callback and errback which will capture the result of a L{Deferred} in
-    a list, and return that list.  If 'propagate' is True, pass through the
+    Add a callback and errback which will capture the result of a L{Deferred}
+    in a list, and return that list.  If 'propagate' is True, pass through the
     results.
     """
     results = []
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/19913aed/attachment.html>


More information about the calendarserver-changes mailing list