[CalendarServer-changes] [11943] CalendarServer/branches/users/sagen/groupcacher/twistedcaldav/ directory/test/test_directory.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:18:32 PDT 2014


Revision: 11943
          http://trac.calendarserver.org//changeset/11943
Author:   gaya at apple.com
Date:     2013-11-13 14:32:32 -0800 (Wed, 13 Nov 2013)
Log Message:
-----------
organize imports

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/groupcacher/twistedcaldav/directory/test/test_directory.py

Modified: CalendarServer/branches/users/sagen/groupcacher/twistedcaldav/directory/test/test_directory.py
===================================================================
--- CalendarServer/branches/users/sagen/groupcacher/twistedcaldav/directory/test/test_directory.py	2013-11-13 22:26:35 UTC (rev 11942)
+++ CalendarServer/branches/users/sagen/groupcacher/twistedcaldav/directory/test/test_directory.py	2013-11-13 22:32:32 UTC (rev 11943)
@@ -14,20 +14,21 @@
 # limitations under the License.
 ##
 
+
+from twext.who.groups import schedulePolledGroupCachingUpdate
 from twisted.internet.defer import inlineCallbacks
 from twisted.python.filepath import FilePath
-
-from twistedcaldav.test.util import TestCase
-from twistedcaldav.test.util import xmlFile, augmentsFile, proxiesFile, dirTest
 from twistedcaldav.config import config
-from twistedcaldav.directory.directory import DirectoryService, DirectoryRecord, GroupMembershipCache, GroupMembershipCacheUpdater, diffAssignments
-from twistedcaldav.directory.xmlfile import XMLDirectoryService
+from twistedcaldav.directory import augment, calendaruserproxy
 from twistedcaldav.directory.calendaruserproxyloader import XMLCalendarUserProxyLoader
-from twistedcaldav.directory import augment, calendaruserproxy
+from twistedcaldav.directory.directory import DirectoryService, DirectoryRecord, \
+    GroupMembershipCache, GroupMembershipCacheUpdater, diffAssignments
+from twistedcaldav.directory.principal import DirectoryPrincipalProvisioningResource
 from twistedcaldav.directory.util import normalizeUUID
-from twistedcaldav.directory.principal import DirectoryPrincipalProvisioningResource
+from twistedcaldav.directory.xmlfile import XMLDirectoryService
+from twistedcaldav.test.util import TestCase
+from twistedcaldav.test.util import xmlFile, augmentsFile, proxiesFile, dirTest
 from txdav.common.datastore.test.util import buildStore
-from twext.who.groups import schedulePolledGroupCachingUpdate
 
 import cPickle as pickle
 import uuid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/7f72daa1/attachment.html>


More information about the calendarserver-changes mailing list