Revision 099c52ad lib/opcodes.py

b/lib/opcodes.py
372 372

  
373 373

  
374 374
class OpModifyNodeStorage(OpCode):
375
  """"""
375
  """Modifies the properies of a storage unit"""
376 376
  OP_ID = "OP_NODE_MODIFY_STORAGE"
377 377
  __slots__ = OpCode.__slots__ + [
378 378
    "node_name",

Also available in: Unified diff