collective / collective.alias

3 stars 5 forks source link

Add uninstall #9

Open bsuttor opened 9 years ago

bsuttor commented 9 years ago

When I uninstall collective.alias and remove it from buildout, I had an error :

TypeError: ("'ExtensionClass.ExtensionClass' object is not iterable", <class 'collective.alias.interfaces.IHasAlias'>))

So I added an uninstall method for removing IHasAlias interface from object provided by it.