[CalendarServer-changes] [1301] CalendarServer/branches/users/cdaboo/en0-1298/twistedcaldav/ directory/appleopendirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Mar 1 18:25:34 PST 2007


Revision: 1301
          http://trac.macosforge.org/projects/calendarserver/changeset/1301
Author:   cdaboo at apple.com
Date:     2007-03-01 18:25:33 -0800 (Thu, 01 Mar 2007)

Log Message:
-----------
Get rid of unused attribute.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/en0-1298/twistedcaldav/directory/appleopendirectory.py

Modified: CalendarServer/branches/users/cdaboo/en0-1298/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/branches/users/cdaboo/en0-1298/twistedcaldav/directory/appleopendirectory.py	2007-03-02 02:24:26 UTC (rev 1300)
+++ CalendarServer/branches/users/cdaboo/en0-1298/twistedcaldav/directory/appleopendirectory.py	2007-03-02 02:25:33 UTC (rev 1301)
@@ -72,7 +72,6 @@
         self.directory = directory
         self.node = node
         self.requireComputerRecord = requireComputerRecord
-        self.computerRecordName = ""
         self._records = {}
         self._delayedCalls = set()
 
@@ -254,8 +253,6 @@
         # Create the string we will use to match users with accounts on this server
         self.servicetag = "%s:%s:calendar" % (recordguid, hostguid)
         
-        self.computerRecordName = recordname
-        
         return True
     
     def _getCalendarUserAddresses(self, recordType, recordName, record):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070301/7d4fd896/attachment.html


More information about the calendarserver-changes mailing list