Revision a703bf43 lib/opcodes.py

b/lib/opcodes.py
1029 1029

  
1030 1030
class OpAssignGroupNodes(OpCode):
1031 1031
  """Assign nodes to a node group."""
1032
  OP_ID = "OP_ASSIGN_NODES"
1032
  OP_ID = "OP_GROUP_ASSIGN_NODES"
1033 1033
  OP_DSC_FIELD = "group_name"
1034 1034
  OP_PARAMS = [
1035 1035
    _PGroupName,

Also available in: Unified diff