Makefile, setup.py: add more source files to pyflakes target and fix their warnings.

This commit is contained in:
david-sarah 2011-01-21 18:07:52 -08:00
parent 6d6f0edc36
commit 3c161c9a96
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ endif
pyflakes:
$(PYTHON) -OOu `which pyflakes` src/allmydata static misc/build_helpers bin/tahoe-script.template |sort |uniq
$(PYTHON) -OOu `which pyflakes` src/allmydata static misc/build_helpers bin/tahoe-script.template twisted setup.py |sort |uniq
check-umids:
$(PYTHON) misc/coding_tools/check-umids.py `find src/allmydata -name '*.py'`

View File

@ -9,7 +9,7 @@
#
# See the docs/about.html file for licensing information.
import glob, os, shutil, stat, subprocess, sys, zipfile, re
import glob, os, stat, subprocess, sys, re
##### sys.path management