From d7b781438d11215f1ff887e108da26fea9640c89 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Dec 2016 22:54:58 +0200 Subject: Fix ref to obnamlib be pgpwordlist --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e488b1c..dec48fb 100755 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ class Check(Command): if parts >= ['pylint 1', '3', '1,']: print 'running pylint' cliapp.runcmd( - ['pylint', '--rcfile=pylint.conf', 'obnamlib'], + ['pylint', '--rcfile=pylint.conf', 'pgpwordlist'], stdout=None, stderr=None) else: print 'not running pylint', parts -- cgit v1.2.1