[CalendarServer-changes] [8583] CalendarServer/branches/users/glyph/parallel-upgrade_to_1/ twistedcaldav/upgrade.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 24 01:00:03 PST 2012


Revision: 8583
          http://trac.macosforge.org/projects/calendarserver/changeset/8583
Author:   glyph at apple.com
Date:     2012-01-24 01:00:02 -0800 (Tue, 24 Jan 2012)
Log Message:
-----------
pyflakes: unused import

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py

Modified: CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py
===================================================================
--- CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py	2012-01-24 08:59:30 UTC (rev 8582)
+++ CalendarServer/branches/users/glyph/parallel-upgrade_to_1/twistedcaldav/upgrade.py	2012-01-24 09:00:02 UTC (rev 8583)
@@ -582,7 +582,6 @@
     cal = Component.fromString(data)
 
     def lookupFunction(cuaddr):
-        from twisted.python.failure import Failure
         # Return cached results, if any.
         if cuaCache.has_key(cuaddr):
             return cuaCache[cuaddr]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120124/f59178cb/attachment.html>


More information about the calendarserver-changes mailing list