[CalendarServer-changes] [4216] CalendarServer/trunk/twistedcaldav/directory/principal.py
source_changes at macosforge.org
source_changes at macosforge.org
Fri May 8 15:33:23 PDT 2009
Revision: 4216
http://trac.macosforge.org/projects/calendarserver/changeset/4216
Author: wsanchez at apple.com
Date: 2009-05-08 15:33:23 -0700 (Fri, 08 May 2009)
Log Message:
-----------
__str__ tweak
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/directory/principal.py
Modified: CalendarServer/trunk/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/principal.py 2009-05-08 22:30:43 UTC (rev 4215)
+++ CalendarServer/trunk/twistedcaldav/directory/principal.py 2009-05-08 22:33:23 UTC (rev 4216)
@@ -528,7 +528,7 @@
])
def __str__(self):
- return "(%s) %s" % (self.record.recordType, self.record.shortNames[0])
+ return "(%s)%s" % (self.record.recordType, self.record.shortNames[0])
@inlineCallbacks
def readProperty(self, property, request):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090508/e3a9a184/attachment.html>
More information about the calendarserver-changes
mailing list