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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 8 16:39:20 PST 2011


Revision: 8267
          http://trac.macosforge.org/projects/calendarserver/changeset/8267
Author:   wsanchez at apple.com
Date:     2011-11-08 16:39:20 -0800 (Tue, 08 Nov 2011)
Log Message:
-----------
cosmetic

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

Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py	2011-11-09 00:38:25 UTC (rev 8266)
+++ CalendarServer/trunk/calendarserver/tools/shell.py	2011-11-09 00:39:20 UTC (rev 8267)
@@ -332,7 +332,7 @@
         return "/" + "/".join(self.path)
 
     def describe(self):
-        return succeed("%s (%s)" % (self, self.__class__))
+        return succeed("%s (%s)" % (self, self.__class__.__name__))
 
     def locate(self, path):
         #log.msg("locate(%r)" % (path,))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111108/30fe7948/attachment-0001.html>


More information about the calendarserver-changes mailing list