[CalendarServer-changes] [8913] CalendarServer/trunk/calendarserver/tools/export.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 19 14:23:53 PDT 2012


Revision: 8913
          http://trac.macosforge.org/projects/calendarserver/changeset/8913
Author:   sagen at apple.com
Date:     2012-03-19 14:23:52 -0700 (Mon, 19 Mar 2012)
Log Message:
-----------
Use record.uid since wikis don't have record.guid

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

Modified: CalendarServer/trunk/calendarserver/tools/export.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/export.py	2012-03-19 19:19:31 UTC (rev 8912)
+++ CalendarServer/trunk/calendarserver/tools/export.py	2012-03-19 21:23:52 UTC (rev 8913)
@@ -243,7 +243,7 @@
         """
         directory = exportService.directoryService()
         record = directory.recordWithShortName(self.recordType, self.shortName)
-        return record.guid
+        return record.uid
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120319/23100d70/attachment.html>


More information about the calendarserver-changes mailing list