Revision b459a848 lib/opcodes.py

b/lib/opcodes.py
31 31

  
32 32
# this are practically structures, so disable the message about too
33 33
# few public methods:
34
# pylint: disable-msg=R0903
34
# pylint: disable=R0903
35 35

  
36 36
import logging
37 37
import re
......
299 299
  field handling.
300 300

  
301 301
  """
302
  # pylint: disable-msg=E1101
302
  # pylint: disable=E1101
303 303
  # as OP_ID is dynamically defined
304 304
  __metaclass__ = _AutoOpParamSlots
305 305

  
......
473 473
  @ivar priority: Opcode priority for queue
474 474

  
475 475
  """
476
  # pylint: disable-msg=E1101
476
  # pylint: disable=E1101
477 477
  # as OP_ID is dynamically defined
478 478
  WITH_LU = True
479 479
  OP_PARAMS = [

Also available in: Unified diff