#!/bin/bash # $HeadURL$ $LastChangedRevision$ # Detect uncommented calls to print, which is just too inconsistent # - see http://www.velocityreviews.com/forums/t335371-print-with-no-newline.html # for details. Use sys..write("text") instead. find $ADETEST_MODROOT -type f -name '*.py' -exec egrep -Hn '^[^#]*print' {} \;