[CalendarServer-changes] [14489] CalendarServer/branches/users/cdaboo/pod2pod-migration/txdav/caldav /datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 28 08:40:03 PST 2015


Revision: 14489
          http://trac.calendarserver.org//changeset/14489
Author:   cdaboo at apple.com
Date:     2015-02-28 08:40:03 -0800 (Sat, 28 Feb 2015)
Log Message:
-----------
Typo.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/pod2pod-migration/txdav/caldav/datastore/sql.py

Modified: CalendarServer/branches/users/cdaboo/pod2pod-migration/txdav/caldav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/cdaboo/pod2pod-migration/txdav/caldav/datastore/sql.py	2015-02-28 16:38:15 UTC (rev 14488)
+++ CalendarServer/branches/users/cdaboo/pod2pod-migration/txdav/caldav/datastore/sql.py	2015-02-28 16:40:03 UTC (rev 14489)
@@ -61,9 +61,9 @@
 from txdav.caldav.datastore.scheduling.icalsplitter import iCalSplitter
 from txdav.caldav.datastore.scheduling.implicit import ImplicitScheduler
 from txdav.caldav.datastore.scheduling.utils import uidFromCalendarUserAddress
-ffrom txdav.caldav.datastore.sql_attachment import Attachment, DropBoxAttachment, \
+from txdav.caldav.datastore.sql_attachment import Attachment, DropBoxAttachment, \
     AttachmentLink, ManagedAttachment
-rom txdav.caldav.datastore.sql_directory import GroupAttendeeRecord,\
+from txdav.caldav.datastore.sql_directory import GroupAttendeeRecord, \
     GroupShareeRecord
 from txdav.caldav.datastore.util import normalizationLookup
 from txdav.caldav.datastore.util import CalendarObjectBase
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150228/f51e79cb/attachment.html>


More information about the calendarserver-changes mailing list