source: products/quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/Extensions/Install.py @ 1871

Last change on this file since 1871 was 963, checked in by crchemist, 17 years ago

Fix error in tests.

File size: 283 bytes
Line 
1import transaction
2from Products.CMFCore.utils import getToolByName
3
4def uninstall(self):
5    portal_setup = getToolByName(self, 'portal_setup')
6    portal_setup.runAllImportStepsFromProfile('profile-quintagroup.plonecaptchas:uninstall', purge_old=False)
7    transaction.savepoint()
Note: See TracBrowser for help on using the repository browser.