mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-20 20:31:53 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2420 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a95ea9d6d8
commit
c45bbe521b
2 changed files with 2 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -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."
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue