[CalendarServer-changes] [5117] CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/ static.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 15 08:09:12 PST 2010


Revision: 5117
          http://trac.macosforge.org/projects/calendarserver/changeset/5117
Author:   cdaboo at apple.com
Date:     2010-02-15 08:09:09 -0800 (Mon, 15 Feb 2010)
Log Message:
-----------
Tabs->spaces.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/static.py

Modified: CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/static.py	2010-02-15 04:32:41 UTC (rev 5116)
+++ CalendarServer/branches/users/wsanchez/deployment/twistedcaldav/static.py	2010-02-15 16:09:09 UTC (rev 5117)
@@ -341,7 +341,7 @@
 
         if isCalendarCollectionResource(self):
 
-			# Short-circuit stat with information we know to be true at this point
+            # Short-circuit stat with information we know to be true at this point
             if isinstance(path, FilePath) and hasattr(self, "knownChildren"):
                 if os.path.basename(path.path) in self.knownChildren:
                     path.existsCached = True
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100215/3da9189d/attachment.html>


More information about the calendarserver-changes mailing list