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

source_changes at macosforge.org source_changes at macosforge.org
Mon May 4 06:52:41 PDT 2009


Revision: 4160
          http://trac.macosforge.org/projects/calendarserver/changeset/4160
Author:   sagen at apple.com
Date:     2009-05-04 06:52:37 -0700 (Mon, 04 May 2009)
Log Message:
-----------
inlineCallbacks not needed

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

Modified: CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py	2009-05-04 02:34:16 UTC (rev 4159)
+++ CalendarServer/trunk/twistedcaldav/test/test_memcacheprops.py	2009-05-04 13:52:37 UTC (rev 4160)
@@ -26,7 +26,6 @@
 
 import os
 
-from twisted.internet.defer import inlineCallbacks
 from twisted.web2.http import HTTPError
 
 from twistedcaldav.config import config
@@ -106,7 +105,6 @@
     def getColl(self):
         return StubCollection("calendars", ["a", "b", "c"])
 
-    # @inlineCallbacks
     def test_setget(self):
 
         child1 = self.getColl().getChild("a")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090504/f60fe242/attachment.html>


More information about the calendarserver-changes mailing list