Fix the OP_ID of OpAssignGroupNodes
authorIustin Pop <iustin@google.com>
Sat, 15 Jan 2011 10:34:32 +0000 (11:34 +0100)
committerIustin Pop <iustin@google.com>
Tue, 18 Jan 2011 11:47:10 +0000 (12:47 +0100)
commita703bf430438b11070fefc63604a25fbec1432f1
treed5d3a359715652121da4b574715cc7207bdf6896
parentff6082e4d497f5718ee3e342939a1802cd420a77
Fix the OP_ID of OpAssignGroupNodes

Commit 96276ae added the above opcode, but forgot to update the OP_ID
per our previous mailing list discussions. This patch makes the OP_ID
be consistent with the other IDs (OP_$object_$action).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
lib/opcodes.py