[CalendarServer-changes] [14549] CalendarServer/trunk/txdav/common/datastore/sql_external.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 10 07:45:32 PDT 2015


Revision: 14549
          http://trac.calendarserver.org//changeset/14549
Author:   cdaboo at apple.com
Date:     2015-03-10 07:45:32 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
No need to memo this as the super() call is already memo'd.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/common/datastore/sql_external.py

Modified: CalendarServer/trunk/txdav/common/datastore/sql_external.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/sql_external.py	2015-03-10 14:44:56 UTC (rev 14548)
+++ CalendarServer/trunk/txdav/common/datastore/sql_external.py	2015-03-10 14:45:32 UTC (rev 14549)
@@ -18,7 +18,6 @@
 SQL data store.
 """
 
-from twext.internet.decorate import memoizedKey
 from twext.python.log import Logger
 
 from twisted.internet.defer import inlineCallbacks, returnValue, succeed
@@ -122,7 +121,6 @@
         raise AssertionError("CommonHomeExternal: not supported")
 
 
-    @memoizedKey("name", "_children")
     @inlineCallbacks
     def createChildWithName(self, name, bindUID=None):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150310/f58368b8/attachment-0001.html>


More information about the calendarserver-changes mailing list