From: Bob Halley Date: Sun, 9 Dec 2018 20:10:19 +0000 (-0800) Subject: pylint3 -> pylint X-Git-Tag: v2.0.0rc1~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a0d63e4a7f6bff0259a5f23a0241e7a39d7d68a;p=thirdparty%2Fdnspython.git pylint3 -> pylint --- diff --git a/Makefile b/Makefile index d20eed21..e6a930c1 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ test: test3: test lint: - pylint3 dns tests examples/*.py + pylint dns tests examples/*.py lint3: lint