[CalendarServer-changes] [4003] CalendarServer/branches/users/wsanchez/deployment.mo-cache/ twistedcaldav/memcacheprops.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 13 09:19:28 PDT 2009


Revision: 4003
          http://trac.macosforge.org/projects/calendarserver/changeset/4003
Author:   wsanchez at apple.com
Date:     2009-04-13 09:19:28 -0700 (Mon, 13 Apr 2009)
Log Message:
-----------
Fix __all__

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment.mo-cache/twistedcaldav/memcacheprops.py

Modified: CalendarServer/branches/users/wsanchez/deployment.mo-cache/twistedcaldav/memcacheprops.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment.mo-cache/twistedcaldav/memcacheprops.py	2009-04-13 16:18:56 UTC (rev 4002)
+++ CalendarServer/branches/users/wsanchez/deployment.mo-cache/twistedcaldav/memcacheprops.py	2009-04-13 16:19:28 UTC (rev 4003)
@@ -25,7 +25,7 @@
 implementation.
 """
 
-__all__ = ["MemcachePropertyStore"]
+__all__ = ["MemcachePropertyCollection"]
 
 try:
     from hashlib import md5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090413/3f93f4b7/attachment-0001.html>


More information about the calendarserver-changes mailing list