[CalendarServer-changes] [9473] CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 20 17:33:11 PDT 2012


Revision: 9473
          http://trac.macosforge.org/projects/calendarserver/changeset/9473
Author:   wsanchez at apple.com
Date:     2012-07-20 17:33:10 -0700 (Fri, 20 Jul 2012)
Log Message:
-----------
Wrong import

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py

Modified: CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py	2012-07-20 22:46:08 UTC (rev 9472)
+++ CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py	2012-07-21 00:33:10 UTC (rev 9473)
@@ -26,9 +26,10 @@
 
 import os
 
-from twext.xml.base import encodeXMLName
 from twext.web2.http import HTTPError
 
+from txdav.xml.base import encodeXMLName
+
 from twistedcaldav.memcacheprops import MemcachePropertyCollection
 from twistedcaldav.test.util import InMemoryPropertyStore
 from twistedcaldav.test.util import TestCase
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120720/e9b2bc4f/attachment.html>


More information about the calendarserver-changes mailing list