[CalendarServer-changes] [631] CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/ directory/principal.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 1 00:20:05 PST 2006


Revision: 631
          http://trac.macosforge.org/projects/calendarserver/changeset/631
Author:   wsanchez at apple.com
Date:     2006-12-01 00:20:04 -0800 (Fri, 01 Dec 2006)

Log Message:
-----------


Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/principal.py

Modified: CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/principal.py	2006-12-01 08:19:42 UTC (rev 630)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/directory/principal.py	2006-12-01 08:20:04 UTC (rev 631)
@@ -102,12 +102,6 @@
 
     def getChild(self, name):
         self.provision()
-
-        ## This avoids finding case variants of put children on case-insensitive filesystems.
-        #children = self.putChildren
-        #if name not in children and name.lower() in (x.lower() for x in children):
-        #    return None
-
         return self.putChildren.get(name, None)
 
     def listChildren(self):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061201/57ca2a7d/attachment.html


More information about the calendarserver-changes mailing list