Fix pylint deprecated directive in check-header
authorAndrea Spadaccini <spadaccio@google.com>
Wed, 2 Nov 2011 13:34:17 +0000 (13:34 +0000)
committerAndrea Spadaccini <spadaccio@google.com>
Wed, 2 Nov 2011 14:36:01 +0000 (14:36 +0000)
Signed-off-by: Andrea Spadaccini <spadaccio@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

autotools/check-header

index 8ebaef2..7529fe6 100755 (executable)
@@ -23,7 +23,7 @@
 
 """
 
-# pylint: disable-msg=C0103
+# pylint: disable=C0103
 # [C0103] Invalid name
 
 import sys