[CalendarServer-changes] [8809] CalendarServer/trunk/twistedcaldav/method

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 2 14:02:27 PST 2012


Revision: 8809
          http://trac.macosforge.org/projects/calendarserver/changeset/8809
Author:   sagen at apple.com
Date:     2012-03-02 14:02:27 -0800 (Fri, 02 Mar 2012)
Log Message:
-----------
Pyflakes

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/method/report_addressbook_query.py
    CalendarServer/trunk/twistedcaldav/method/report_calendar_query.py

Modified: CalendarServer/trunk/twistedcaldav/method/report_addressbook_query.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report_addressbook_query.py	2012-03-01 20:11:37 UTC (rev 8808)
+++ CalendarServer/trunk/twistedcaldav/method/report_addressbook_query.py	2012-03-02 22:02:27 UTC (rev 8809)
@@ -23,7 +23,7 @@
 
 import urllib
 
-from twisted.internet.defer import succeed, inlineCallbacks, returnValue, maybeDeferred
+from twisted.internet.defer import inlineCallbacks, returnValue, maybeDeferred
 
 from twext.python.log import Logger
 from twext.web2 import responsecode

Modified: CalendarServer/trunk/twistedcaldav/method/report_calendar_query.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/method/report_calendar_query.py	2012-03-01 20:11:37 UTC (rev 8808)
+++ CalendarServer/trunk/twistedcaldav/method/report_calendar_query.py	2012-03-02 22:02:27 UTC (rev 8809)
@@ -23,7 +23,7 @@
 from twext.python.log import Logger
 from twext.web2.dav.http import ErrorResponse
 
-from twisted.internet.defer import succeed, inlineCallbacks, returnValue,\
+from twisted.internet.defer import inlineCallbacks, returnValue,\
     maybeDeferred
 from twext.web2 import responsecode
 from twext.web2.dav import davxml
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120302/7ac57939/attachment.html>


More information about the calendarserver-changes mailing list