[CalendarServer-changes] [4932] CalendarServer/trunk/pyflakes

source_changes at macosforge.org source_changes at macosforge.org
Fri Jan 15 18:31:38 PST 2010


Revision: 4932
          http://trac.macosforge.org/projects/calendarserver/changeset/4932
Author:   wsanchez at apple.com
Date:     2010-01-15 18:31:37 -0800 (Fri, 15 Jan 2010)
Log Message:
-----------
Ignore unused imports on interface files

Modified Paths:
--------------
    CalendarServer/trunk/pyflakes

Modified: CalendarServer/trunk/pyflakes
===================================================================
--- CalendarServer/trunk/pyflakes	2010-01-16 02:30:49 UTC (rev 4931)
+++ CalendarServer/trunk/pyflakes	2010-01-16 02:31:37 UTC (rev 4932)
@@ -9,7 +9,7 @@
 export PYTHONPATH="${flakes}:${PYTHONPATH:-}";
 
 if [ $# -eq 0 ]; then
-  set - calendarserver twistedcaldav twext;
+  set - calendarserver twistedcaldav twext txdav txcaldav txcarddav;
 fi;
 
 cd "${wd}" && "${flakes}/bin/pyflakes" "$@" | sed                     \
@@ -18,4 +18,5 @@
   -e "/redefinition of unused/d"                                      \
   -e "/'from .* import \\*' used; unable to detect undefined names/d" \
   -e "/redefinition of function/d"                                    \
+  -e "/i[a-z]*store.py:[0-9][0-9]*: '.*' imported but unused/d"       \
   ;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100115/a6d158b0/attachment-0001.html>


More information about the calendarserver-changes mailing list