[CalendarServer-changes] [2484] CalendarServer/trunk/twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 23 22:15:31 PDT 2008


Revision: 2484
          http://trac.macosforge.org/projects/calendarserver/changeset/2484
Author:   wsanchez at apple.com
Date:     2008-05-23 22:15:30 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Turn AutoProvisioningFileMixIn back on until we have something else

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/static.py

Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py	2008-05-24 04:50:04 UTC (rev 2483)
+++ CalendarServer/trunk/twistedcaldav/static.py	2008-05-24 05:15:30 UTC (rev 2484)
@@ -416,10 +416,7 @@
 
 class AutoProvisioningFileMixIn (AutoProvisioningResourceMixIn):
     def provision(self):
-        if hasattr(self, '_provisioned'):
-            self.provisionFile()
-            self._provisioned = True
-
+        self.provisionFile()
         return super(AutoProvisioningFileMixIn, self).provision()
 
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080523/06d9fe09/attachment.htm 


More information about the calendarserver-changes mailing list