[CalendarServer-changes] [2576] CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 17 12:44:10 PDT 2008


Revision: 2576
          http://trac.macosforge.org/projects/calendarserver/changeset/2576
Author:   cdaboo at apple.com
Date:     2008-06-17 12:44:09 -0700 (Tue, 17 Jun 2008)

Log Message:
-----------
Minor clean-up.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/extensions.py
    CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/static.py

Modified: CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/extensions.py
===================================================================
--- CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/extensions.py	2008-06-17 19:43:02 UTC (rev 2575)
+++ CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/extensions.py	2008-06-17 19:44:09 UTC (rev 2576)
@@ -453,6 +453,7 @@
     def deadProperties(self):
         if not hasattr(self, "_dead_properties"):
             self._dead_properties = sqlPropertyStore(self)
+            #self._dead_properties = CachingXattrPropertyStore(self)
         return self._dead_properties
 
     def readProperty(self, property, request):

Modified: CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/static.py	2008-06-17 19:43:02 UTC (rev 2575)
+++ CalendarServer/branches/users/cdaboo/sqlpropstore-2563/twistedcaldav/static.py	2008-06-17 19:44:09 UTC (rev 2576)
@@ -13,7 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 ##
-from twistedcaldav.sqlprops import sqlPropertyStore
 
 """
 CalDAV-aware static resources.
@@ -70,6 +69,7 @@
 from twistedcaldav.directory.calendar import DirectoryCalendarHomeResource
 from twistedcaldav.directory.resource import AutoProvisioningResourceMixIn
 from twistedcaldav.log import Logger
+from twistedcaldav.sqlprops import sqlPropertyStore
 from twistedcaldav.timezoneservice import TimezoneServiceResource
 
 from twistedcaldav.cache import DisabledCacheNotifier, PropfindCacheMixin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080617/0ca37c76/attachment.htm 


More information about the calendarserver-changes mailing list