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

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:21:41 PDT 2014


Revision: 12090
          http://trac.calendarserver.org//changeset/12090
Author:   wsanchez at apple.com
Date:     2013-12-13 16:18:20 -0800 (Fri, 13 Dec 2013)
Log Message:
-----------
Remove twext

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

Modified: CalendarServer/trunk/pyflakes
===================================================================
--- CalendarServer/trunk/pyflakes	2013-12-14 00:05:40 UTC (rev 12089)
+++ CalendarServer/trunk/pyflakes	2013-12-14 00:18:20 UTC (rev 12090)
@@ -14,7 +14,7 @@
 fi;
 
 if [ $# -eq 0 ]; then
-  set - calendarserver twext twisted twistedcaldav txdav contrib;
+  set - calendarserver twisted twistedcaldav txdav contrib;
 fi;
 
 tmp="$(mktemp "/tmp/pyflakes.XXXXX")";
@@ -22,7 +22,6 @@
 cd "${wd}" && "${pyflakes}" "$@" | sed                                    \
   -e "/'from ctypes import \\*' used; unable to detect undefined names/d" \
   -e "/redefinition of unused/d"                                          \
-  -e "/^twext\\/backport/d"                                               \
   -e "/xmlext.py:[0-9][0-9]*: /d"                                         \
   | tee "${tmp}";
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/d096025c/attachment.html>


More information about the calendarserver-changes mailing list