git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2420 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-03-11 22:09:26 +00:00
parent a95ea9d6d8
commit c45bbe521b
2 changed files with 2 additions and 3 deletions

View file

@ -18,8 +18,8 @@ TESTFILES := $(wildcard linkcheck/tests/*.py linkcheck/ftests/*.py)
PYCHECKEROPTS := -F config/pycheckrc
PYLINT := env PYTHONPATH=. PYLINTRC=config/pylintrc pylint.$(PYTHON)
PYLINTOPTS :=
PYLINTBROKEN =
PYLINTFILES = $(filter-out $(PYLINTBROKEN),$(PYFILES))
PYLINTIGNORE = linkcheck/httplib2.py
PYLINTFILES = $(filter-out $(PYLINTIGNORE),$(PYFILES))
all:
@echo "Read the file doc/install.txt to see how to build and install this package."

View file

@ -42,7 +42,6 @@ from distutils.command.build import build
from distutils.command.clean import clean
from distutils.file_util import write_file
from distutils import util
from linkcheck import msgfmt
# cross compile config