[CalendarServer-changes] [10864] CalendarServer/branches/users/gaya/sharedgroups

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 6 18:09:24 PST 2013


Revision: 10864
          http://trac.calendarserver.org//changeset/10864
Author:   gaya at apple.com
Date:     2013-03-06 18:09:24 -0800 (Wed, 06 Mar 2013)
Log Message:
-----------
remove unused imports

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/test/test_wrapping.py
    CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/test/common.py

Modified: CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/test/test_wrapping.py
===================================================================
--- CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/test/test_wrapping.py	2013-03-07 01:59:44 UTC (rev 10863)
+++ CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/test/test_wrapping.py	2013-03-07 02:09:24 UTC (rev 10864)
@@ -33,7 +33,7 @@
 from twistedcaldav.vcard import Component as VCComponent
 
 from twistedcaldav.storebridge import DropboxCollection, \
-    CalendarCollectionResource, AddressBookCollectionResource
+    CalendarCollectionResource
 
 from twistedcaldav.test.util import TestCase
 

Modified: CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/test/common.py
===================================================================
--- CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/test/common.py	2013-03-07 01:59:44 UTC (rev 10863)
+++ CalendarServer/branches/users/gaya/sharedgroups/txdav/carddav/datastore/test/common.py	2013-03-07 02:09:24 UTC (rev 10864)
@@ -28,9 +28,7 @@
 
 from txdav.idav import IPropertyStore, IDataStore
 from txdav.base.propertystore.base import PropertyName
-from txdav.common.icommondatastore import (
-    HomeChildNameAlreadyExistsError, ICommonTransaction
-)
+from txdav.common.icommondatastore import ICommonTransaction
 from txdav.common.icommondatastore import InvalidObjectResourceError
 from txdav.common.icommondatastore import NoSuchHomeChildError
 from txdav.common.icommondatastore import NoSuchObjectResourceError
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130306/a0eb6804/attachment.html>


More information about the calendarserver-changes mailing list