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

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 13 09:18:56 PDT 2009


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

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

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


More information about the calendarserver-changes mailing list