[CalendarServer-changes] [5379] CalendarServer/trunk/txdav/propertystore/test/test_xattr.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 22 20:00:08 PDT 2010


Revision: 5379
          http://trac.macosforge.org/projects/calendarserver/changeset/5379
Author:   wsanchez at apple.com
Date:     2010-03-22 20:00:05 -0700 (Mon, 22 Mar 2010)
Log Message:
-----------
Import PropertyName from base.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/propertystore/test/test_xattr.py

Modified: CalendarServer/trunk/txdav/propertystore/test/test_xattr.py
===================================================================
--- CalendarServer/trunk/txdav/propertystore/test/test_xattr.py	2010-03-22 23:42:15 UTC (rev 5378)
+++ CalendarServer/trunk/txdav/propertystore/test/test_xattr.py	2010-03-23 03:00:05 UTC (rev 5379)
@@ -26,9 +26,10 @@
 from twext.web2.dav import davxml
 
 from txdav.idav import IPropertyStore
+from txdav.propertystore.base import PropertyName
 
 try:
-    from txdav.propertystore.xattr import PropertyStore, PropertyName
+    from txdav.propertystore.xattr import PropertyStore
     from xattr import xattr
 except ImportError, e:
     PropertyStore = None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100322/4a613d32/attachment.html>


More information about the calendarserver-changes mailing list