diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-10-07 18:40:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-10-07 18:40:56 +0000 |
commit | 434dd7730d99f305b9c4cd25f8e05a0bd7829c81 (patch) | |
tree | 6380cb6688795018bc1bd0c387cdd3fa190826e0 /Makefile | |
parent | 1cfc9bff58ae12a7f5f39bc6520ba6d8cbe6c4d9 (diff) | |
download | anaconda-434dd7730d99f305b9c4cd25f8e05a0bd7829c81.tar.gz anaconda-434dd7730d99f305b9c4cd25f8e05a0bd7829c81.tar.xz anaconda-434dd7730d99f305b9c4cd25f8e05a0bd7829c81.zip |
run pychecker on installclasses (from Sean Dilda)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ create-archive: make SNAPRELEASE=$(RELEASE) create-snapshot pycheck: - PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule:booty:booty/edd pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called" + PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule:booty:booty/edd pychecker *.py textw/*.py iw/*.py installclasses/*.py | grep -v "__init__() not called" pycheck-file: PYTHONPATH=.:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule:booty:booty/edd pychecker $(CHECK) | grep -v "__init__() not called" |