[CalendarServer-changes] [8207] CalendarServer/trunk/twistedcaldav/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 15 08:14:30 PDT 2011


Revision: 8207
          http://trac.macosforge.org/projects/calendarserver/changeset/8207
Author:   sagen at apple.com
Date:     2011-10-15 08:14:28 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
Make pyflakes happy.

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

Modified: CalendarServer/trunk/twistedcaldav/test/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/test/util.py	2011-10-15 06:25:24 UTC (rev 8206)
+++ CalendarServer/trunk/twistedcaldav/test/util.py	2011-10-15 15:14:28 UTC (rev 8207)
@@ -279,7 +279,7 @@
                     try:
                         # See if we have xattr support; IOError if not
                         try:
-                            ignored = xattr.getxattr(childPath, "test")
+                            xattr.getxattr(childPath, "test")
                         except KeyError:
                             pass
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111015/a51006b9/attachment.html>


More information about the calendarserver-changes mailing list