Ignore:
Timestamp:
Apr 18, 2011 11:16:39 AM (13 years ago)
Author:
vmaksymiv
Message:

pep8 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/Extensions/Install.py

    r1952 r3128  
    22from Products.CMFCore.utils import getToolByName 
    33 
     4 
    45def uninstall(self): 
    56    portal_setup = getToolByName(self, 'portal_setup') 
    6     portal_setup.runAllImportStepsFromProfile('profile-quintagroup.captcha.core:uninstall', purge_old=False) 
     7    profile = "profile-quintagroup.captcha.core:uninstall" 
     8    portal_setup.runAllImportStepsFromProfile(profile, purge_old=False) 
    79    transaction.savepoint() 
Note: See TracChangeset for help on using the changeset viewer.