[CalendarServer-changes] [8182] CalendarServer/trunk/twistedcaldav/directory/test/ test_proxyprincipalmembers.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 11 08:36:00 PDT 2011


Revision: 8182
          http://trac.macosforge.org/projects/calendarserver/changeset/8182
Author:   sagen at apple.com
Date:     2011-10-11 08:35:58 -0700 (Tue, 11 Oct 2011)
Log Message:
-----------
pyflakes

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2011-10-10 23:37:13 UTC (rev 8181)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2011-10-11 15:35:58 UTC (rev 8182)
@@ -14,8 +14,7 @@
 # limitations under the License.
 ##
 
-from twisted.internet.defer import DeferredList, inlineCallbacks, returnValue,\
-    succeed
+from twisted.internet.defer import DeferredList, inlineCallbacks, succeed
 from twext.web2.dav import davxml
 
 from twistedcaldav.directory.directory import DirectoryService
@@ -25,7 +24,6 @@
 from twistedcaldav.directory.xmlfile import XMLDirectoryService
 
 import twistedcaldav.test.util
-from twistedcaldav.config import config
 from twistedcaldav.directory import augment, calendaruserproxy
 from twistedcaldav.directory.calendaruserproxyloader import XMLCalendarUserProxyLoader
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111011/797a0c59/attachment.html>


More information about the calendarserver-changes mailing list