Revision b459a848 autotools/build-bash-completion

b/autotools/build-bash-completion
23 23

  
24 24
"""
25 25

  
26
# pylint: disable-msg=C0103
26
# pylint: disable=C0103
27 27
# [C0103] Invalid name build-bash-completion
28 28

  
29 29
import os
......
241 241

  
242 242
    for opt in opts:
243 243
      # While documented, these variables aren't seen as public attributes by
244
      # pylint. pylint: disable-msg=W0212
244
      # pylint. pylint: disable=W0212
245 245
      opt.all_names = sorted(opt._short_opts + opt._long_opts)
246 246

  
247 247
  def _FindFirstArgument(self, sw):

Also available in: Unified diff