Revision 483be60d lib/opcodes.py

b/lib/opcodes.py
725 725
  """Add a node group to the cluster."""
726 726
  OP_ID = "OP_GROUP_ADD"
727 727
  OP_DSC_FIELD = "group_name"
728
  __slots__ = ["group_name"]
728
  __slots__ = [
729
    "group_name",
730
    "ndparams",
731
    ]
729 732

  
730 733

  
731 734
class OpQueryGroups(OpCode):

Also available in: Unified diff