From c45bbe521b1eb018a16d3b7a45dd43c9a2326646 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 11 Mar 2005 22:09:26 +0000 Subject: [PATCH] cleanup git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2420 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- Makefile | 4 ++-- setup.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 81cc60d0..89f9e84f 100644 --- a/Makefile +++ b/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." diff --git a/setup.py b/setup.py index 5de9296d..8449c15c 100755 --- a/setup.py +++ b/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