[CalendarServer-changes] [5325] CalendarServer/trunk/twistedcaldav/directory

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 16 14:46:48 PDT 2010


Revision: 5325
          http://trac.macosforge.org/projects/calendarserver/changeset/5325
Author:   wsanchez at apple.com
Date:     2010-03-16 14:46:48 -0700 (Tue, 16 Mar 2010)
Log Message:
-----------
pyflakes

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

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2010-03-16 21:43:02 UTC (rev 5324)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2010-03-16 21:46:48 UTC (rev 5325)
@@ -192,9 +192,6 @@
             principals.append(principal)
             newUIDs.add(principal.principalUID())
 
-        # Get the old set of UIDs
-        oldUIDs = (yield self._index().getMembers(self.uid))
-
         # Change membership
         yield self.setGroupMemberSetPrincipals(principals)
 

Modified: CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2010-03-16 21:43:02 UTC (rev 5324)
+++ CalendarServer/trunk/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2010-03-16 21:46:48 UTC (rev 5325)
@@ -22,7 +22,6 @@
 from twistedcaldav.directory.test.test_xmlfile import xmlFile, augmentsFile,\
     proxiesFile
 from twistedcaldav.directory.principal import DirectoryPrincipalProvisioningResource
-from twistedcaldav.directory.principal import DirectoryPrincipalResource
 from twistedcaldav.directory.xmlaccountsparser import XMLAccountsParser
 from twistedcaldav.directory.xmlfile import XMLDirectoryService
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100316/d381c244/attachment-0001.html>


More information about the calendarserver-changes mailing list