summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-08-14 09:54:09 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-14 09:54:09 +0000
commit3a9bae37f293933f2b1d77b1bbc4525c818eee33 (patch)
tree06f1cd488fb65c03a80fd23730cdec4c969a9060 /tests/Makefile.am
parentadc8cf23f53cccd8825b8832e6f38d023565534d (diff)
downloadgobject-introspection-3a9bae37f293933f2b1d77b1bbc4525c818eee33.tar.gz
Clean up cgobject.py a little, fix pep8 errors
svn path=/trunk/; revision=368
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c02be434..f903af02 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -20,4 +20,4 @@ EXTRA_DIST = \
TESTS = #roundtrips.sh
check-local:
- find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs echo $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat
+ find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat