[CalendarServer-changes] [8449] CalendarServer/trunk/calendarserver/tools/shell.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Dec 14 17:21:47 PST 2011


Revision: 8449
          http://trac.macosforge.org/projects/calendarserver/changeset/8449
Author:   wsanchez at apple.com
Date:     2011-12-14 17:21:46 -0800 (Wed, 14 Dec 2011)
Log Message:
-----------
Include type and summary in object listing

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell.py

Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py	2011-12-15 01:17:49 UTC (rev 8448)
+++ CalendarServer/trunk/calendarserver/tools/shell.py	2011-12-15 01:21:46 UTC (rev 8449)
@@ -878,8 +878,7 @@
     @inlineCallbacks
     def list(self):
         (yield self.lookup())
-        returnValue(((CalendarObject, self.uid),))
-        # FIXME: returnValue(("%s %s: %s" % (self.uid, self.componentType, self.summary),))
+        returnValue(((CalendarObject, self.uid, self.componentType, self.summary),))
 
     @inlineCallbacks
     def text(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111214/833143ad/attachment.html>


More information about the calendarserver-changes mailing list