From b4086ce8b1fb60915ca57dbb313573625f3e707e Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 14 Jan 2010 10:49:56 +0100 Subject: [PATCH] build-bash-completion: Take care of pylint warnings Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- autotools/build-bash-completion | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/autotools/build-bash-completion b/autotools/build-bash-completion index 103fb9c79..4a6f66c1d 100755 --- a/autotools/build-bash-completion +++ b/autotools/build-bash-completion @@ -19,6 +19,13 @@ # 02110-1301, USA. +"""Script to generate bash_completion script for Ganeti. + +""" + +# pylint: disable-msg=C0103 +# [C0103] Invalid name build-bash-completion + import os import re from cStringIO import StringIO -- GitLab