Revision 4b37cac5 lib/storage.py

b/lib/storage.py
64 64
      raise errors.ProgrammerError("Unable to modify the following"
65 65
                                   "fields: %r" % (changes.keys(), ))
66 66

  
67
  def Execute(self, name, op):
68
    """Executes an operation on an entity within the storage unit.
69

  
70
    @type name: string
71
    @param name: Entity name
72
    @type op: string
73
    @param op: Operation name
74

  
75
    """
76
    raise NotImplementedError()
77

  
67 78

  
68 79
class FileStorage(_Base):
69 80
  """File storage unit.

Also available in: Unified diff