[CalendarServer-changes] [2101] CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.xattrprops .patch

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 10 16:34:35 PST 2008


Revision: 2101
          http://trac.macosforge.org/projects/calendarserver/changeset/2101
Author:   wsanchez at apple.com
Date:     2008-01-10 16:34:33 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
Import log.

Modified Paths:
--------------
    CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.xattrprops.patch

Modified: CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.xattrprops.patch
===================================================================
--- CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.xattrprops.patch	2008-01-10 21:16:14 UTC (rev 2100)
+++ CalendarServer/trunk/lib-patches/Twisted/twisted.web2.dav.xattrprops.patch	2008-01-11 00:34:33 UTC (rev 2101)
@@ -2,7 +2,7 @@
 ===================================================================
 --- twisted/web2/dav/xattrprops.py	(revision 19773)
 +++ twisted/web2/dav/xattrprops.py	(working copy)
-@@ -33,6 +33,11 @@
+@@ -33,12 +33,18 @@
  
  import urllib
  import sys
@@ -14,7 +14,14 @@
  
  import xattr
  
-@@ -66,16 +71,8 @@
+ if getattr(xattr, 'xattr', None) is None:
+     raise ImportError("wrong xattr package imported")
+ 
++from twisted.python import log
+ from twisted.web2 import responsecode
+ from twisted.web2.http import HTTPError, StatusResponse
+ from twisted.web2.dav import davxml
+@@ -66,16 +72,8 @@
          deadPropertyXattrPrefix = "user."
  
      def _encode(clazz, name):
@@ -33,7 +40,7 @@
          return r
  
      def _decode(clazz, name):
-@@ -97,19 +94,41 @@
+@@ -97,19 +95,41 @@
  
      def get(self, qname):
          try:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080110/6161c67c/attachment.html


More information about the calendarserver-changes mailing list