Ignore:
Timestamp:
Jan 11, 2010 6:18:31 PM (14 years ago)
Author:
liebster
Message:

reverting erroneous commit [2582] (svn merge -r 2582:2572 http://svn.quintagroup.com/products/quintagroup.seoptimizer/tags/2.2.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/tags/2.2.0/quintagroup/seoptimizer/Extensions/Install.py

    r1543 r1544  
    33 
    44 
    5 def uninstall(portal, reinstall=False): 
     5def uninstall( portal ): 
    66    setup_tool = getToolByName(portal, 'portal_setup') 
    77    setup_tool.setBaselineContext('profile-%s:uninstall'%PROJECT_NAME) 
    8     if reinstall: 
    9         return "Ran reinstall steps." 
    10     else: 
    11         setup_tool.runAllImportStepsFromProfile('profile-%s:uninstall'%PROJECT_NAME) 
    12         return "Ran all uninstall steps." 
     8    setup_tool.runAllImportStepsFromProfile('profile-%s:uninstall'%PROJECT_NAME) 
     9    return "Ran all uninstall steps." 
Note: See TracChangeset for help on using the changeset viewer.