build-bash-completion: Take care of pylint warnings
authorMichael Hanselmann <hansmi@google.com>
Thu, 14 Jan 2010 09:49:56 +0000 (10:49 +0100)
committerMichael Hanselmann <hansmi@google.com>
Thu, 14 Jan 2010 12:16:42 +0000 (13:16 +0100)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

autotools/build-bash-completion

index 103fb9c..4a6f66c 100755 (executable)
 # 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