The install method installs 4 things:
def install(self, out=None):
if out is None:
out = StringIO()
install_tool(self, out)
install_control_panel(self, out)
install_skin(self, out)
install_actions(self, out)
return out.getvalue()
You have to manually remove the configlet, the skin and, probably, the
tool (I can't remember about the latest).
Lack of uninstallers is a recurring problem, even in products/packages made by the Plone rockstars, and it's hard for newbies :-(
We need to do something about it. Best regards Héctor Velarde
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
