Revision 8f5c488d lib/opcodes.py

b/lib/opcodes.py
117 117
               children of this class.
118 118
  @ivar dry_run: Whether the LU should be run in dry-run mode, i.e. just
119 119
                 the check steps
120
  @ivar priority: Opcode priority for queue
120 121

  
121 122
  """
122 123
  OP_ID = "OP_ABSTRACT"
123
  __slots__ = ["dry_run", "debug_level"]
124
  __slots__ = ["dry_run", "debug_level", "priority"]
124 125

  
125 126
  def __getstate__(self):
126 127
    """Specialized getstate for opcodes.

Also available in: Unified diff