[CalendarServer-changes] [5472] CalendarServer/trunk/twistedcaldav/method/post.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 12 14:57:49 PDT 2010


Revision: 5472
          http://trac.macosforge.org/projects/calendarserver/changeset/5472
Author:   wsanchez at apple.com
Date:     2010-04-12 14:57:48 -0700 (Mon, 12 Apr 2010)
Log Message:
-----------
twisted.web2 -> twext.web2

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/method/post.py

Modified: CalendarServer/trunk/twistedcaldav/method/post.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/post.py	2010-04-12 21:07:19 UTC (rev 5471)
+++ CalendarServer/trunk/twistedcaldav/method/post.py	2010-04-12 21:57:48 UTC (rev 5472)
@@ -35,8 +35,9 @@
 __all__ = ["http_POST"]
 
 from twisted.internet.defer import inlineCallbacks, returnValue
-from twisted.web2 import responsecode
 
+from twext.web2 import responsecode
+
 from twistedcaldav.config import config
 
 @inlineCallbacks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100412/0f49065b/attachment.html>


More information about the calendarserver-changes mailing list