From ac5b410b0ded02d8ffa514f16ec528cfaf9bd740 Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 22 Sep 2014 17:53:25 +0200 Subject: [PATCH] Update weboob_lint --- tools/weboob_lint.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/weboob_lint.py b/tools/weboob_lint.py index 689a8beaf2..39c6c99063 100755 --- a/tools/weboob_lint.py +++ b/tools/weboob_lint.py @@ -22,6 +22,6 @@ backends_without_icons.append(name) if backends_without_tests: - print 'Backends without tests: %s' % backends_without_tests + print 'Modules without tests: %s' % backends_without_tests if backends_without_icons: - print 'Backends without icons: %s' % backends_without_icons + print 'Modules without icons: %s' % backends_without_icons -- GitLab