source: products/quintagroup.captcha.core/trunk/quintagroup/captcha/core/Extensions/Install.py @ 1952

Last change on this file since 1952 was 1952, checked in by mylan, 14 years ago

#172: Fix Quickinstaller uninstall part

File size: 282 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.captcha.core:uninstall', purge_old=False)
7    transaction.savepoint()
Note: See TracBrowser for help on using the repository browser.