Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-05-08 10:59:20 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-05-08 10:59:20 (GMT)
commit0b2b7f54a292bc53e9f5ed1d674071c940145b62 (patch)
tree93e4808648c9084ac551a4345489456f878a4496
parent25902895d0c4880a0af9bf900fe8aa214d7a467a (diff)
Fix detection of files missing import Gdk
-rwxr-xr-xpybank-convert.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pybank-convert.sh b/pybank-convert.sh
index 1363f15..f346a7b 100755
--- a/pybank-convert.sh
+++ b/pybank-convert.sh
@@ -32,5 +32,5 @@ for f in $@; do
done
echo 'Add "import Gdk" to'
-rgrep -l Gdk $(find . -iname \*.py) | xargs grep -vl "import Gdk"
+rgrep -l Gdk\. $(find . -iname \*.py) | xargs grep -nL import\ Gdk