[CalendarServer-changes] [9680] CalendarServer/branches/users/glyph/q

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 11 01:55:48 PDT 2012


Revision: 9680
          http://trac.macosforge.org/projects/calendarserver/changeset/9680
Author:   glyph at apple.com
Date:     2012-08-11 01:55:48 -0700 (Sat, 11 Aug 2012)
Log Message:
-----------
use 'all' method instead of 'query'

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/q/

Modified: CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py
===================================================================
--- CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py	2012-08-11 08:55:48 UTC (rev 9679)
+++ CalendarServer/branches/users/glyph/q/twext/enterprise/queue.py	2012-08-11 08:55:48 UTC (rev 9680)
@@ -1066,7 +1066,7 @@
         """
         Load information about all other nodes.
         """
-        return NodeInfo.query(txn)
+        return NodeInfo.all(txn)
 
 
     @inlineCallbacks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120811/d94798ce/attachment.html>


More information about the calendarserver-changes mailing list