[CalendarServer-changes] [6061] CalendarServer/branches/users/glyph/sql-store/twistedcaldav/ storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 11 14:34:39 PDT 2010


Revision: 6061
          http://trac.macosforge.org/projects/calendarserver/changeset/6061
Author:   glyph at apple.com
Date:     2010-08-11 14:34:38 -0700 (Wed, 11 Aug 2010)
Log Message:
-----------
repr fix

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/sql-store/twistedcaldav/storebridge.py

Modified: CalendarServer/branches/users/glyph/sql-store/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/branches/users/glyph/sql-store/twistedcaldav/storebridge.py	2010-08-11 21:21:19 UTC (rev 6060)
+++ CalendarServer/branches/users/glyph/sql-store/twistedcaldav/storebridge.py	2010-08-11 21:34:38 UTC (rev 6061)
@@ -662,7 +662,7 @@
 
     def __repr__(self):
         return "<Calendar Collection Resource %r:%r>" % (
-            self._newStoreCalendar.ownerHome().uid(),
+            self._newStoreCalendar.ownerCalendarHome().uid(),
             self._newStoreCalendar.name())
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100811/200ace25/attachment.html>


More information about the calendarserver-changes mailing list