Remove not implemented erase function

This commit is contained in:
Alexander van Gessel 2012-08-11 00:42:13 +01:00
parent f1352ada0b
commit 7b89972f5f

View file

@ -45,14 +45,6 @@ class Addon(object):
self.name = name
self.readonly = readonly
def erase(self):
"""Erase this add-on.
Always raises NotImplementedError.
"""
logging.debug("Erasing add-on {0}".format(self.name))
raise NotImplementedError("This would cause the permanent loss of the repository, including history.")
def update(self):
"""Update this add-on.