[CalendarServer-changes] [4695] CalendarServer/branches/more-deferreds-4/lib-patches/Twisted/twisted .web2.dav.method.put_common.patch
source_changes at macosforge.org
source_changes at macosforge.org
Mon Nov 2 14:47:19 PST 2009
Revision: 4695
http://trac.macosforge.org/projects/calendarserver/changeset/4695
Author: glyph at apple.com
Date: 2009-11-02 14:47:18 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Fixes for various NameErrors.
Modified Paths:
--------------
CalendarServer/branches/more-deferreds-4/lib-patches/Twisted/twisted.web2.dav.method.put_common.patch
Modified: CalendarServer/branches/more-deferreds-4/lib-patches/Twisted/twisted.web2.dav.method.put_common.patch
===================================================================
--- CalendarServer/branches/more-deferreds-4/lib-patches/Twisted/twisted.web2.dav.method.put_common.patch 2009-11-02 22:44:55 UTC (rev 4694)
+++ CalendarServer/branches/more-deferreds-4/lib-patches/Twisted/twisted.web2.dav.method.put_common.patch 2009-11-02 22:47:18 UTC (rev 4695)
@@ -2,6 +2,15 @@
===================================================================
--- twisted/web2/dav/method/put_common.py (revision 26969)
+++ twisted/web2/dav/method/put_common.py (working copy)
+@@ -22,7 +22,7 @@
+
+ __version__ = "0.0"
+
+-__all__ = ["storeCalendarObjectResource"]
++__all__ = ["storeResource"]
+
+ from twisted.internet.defer import deferredGenerator, maybeDeferred, waitForDeferred
+ from twisted.python import failure, log
@@ -208,20 +208,31 @@
# Update the MD5 value on the resource
if source is not None:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091102/989ab6f4/attachment-0001.html>
More information about the calendarserver-changes
mailing list