]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
pylint3 -> pylint
authorBob Halley <halley@dnspython.org>
Sun, 9 Dec 2018 20:10:19 +0000 (12:10 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 9 Dec 2018 20:10:19 +0000 (12:10 -0800)
Makefile

index d20eed210f866bd3ff7b587661878226767530de..e6a930c1fa1df8d6002607d4e7ced4e8e2119cbc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ test:
 test3: test
 
 lint:
-       pylint3 dns tests examples/*.py
+       pylint dns tests examples/*.py
 
 lint3: lint