[CalendarServer-changes] [8226] CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 25 18:30:50 PDT 2011


Revision: 8226
          http://trac.macosforge.org/projects/calendarserver/changeset/8226
Author:   sagen at apple.com
Date:     2011-10-25 18:30:50 -0700 (Tue, 25 Oct 2011)
Log Message:
-----------
"ProxyDB" was correct, actually.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py

Modified: CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2011-10-25 20:23:35 UTC (rev 8225)
+++ CalendarServer/trunk/twistedcaldav/directory/calendaruserproxy.py	2011-10-26 01:30:50 UTC (rev 8226)
@@ -489,7 +489,7 @@
     def __init__(self, dbID, dbapiName, dbapiArgs, **kwargs):
         AbstractADBAPIDatabase.__init__(self, dbID, dbapiName, dbapiArgs, True, **kwargs)
         
-        self._memcacher = ProxyDB.ProxyDBMemcacher("proxyDB")
+        self._memcacher = ProxyDB.ProxyDBMemcacher("ProxyDB")
 
     @inlineCallbacks
     def setGroupMembers(self, principalUID, members):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111025/ddbc40b4/attachment.html>


More information about the calendarserver-changes mailing list