Ignore:
Timestamp:
8 Feb 2006, 12:47:31 (19 years ago)
Author:
joachim
Message:

=creating the WAeUP Tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/Extensions/install.py

    r195 r197  
    360360        self.finalize()
    361361
    362 
    363362    def verifyPortlets(self, portlets=(), object=None): ###(
    364363        """Verify the existence of given portet in the object's portlet
     
    417416        return returned
    418417    ###)
     418
    419419
    420420    def installCustomWorkflows(self): ###(
     
    536536    installer = WAeUPInstaller(self)
    537537    installer.install(self)
    538     dirtool = getattr(self,'portal_directories')
     538    #dirtool = getattr(self,'portal_directories')
     539    return installer.logResult()
    539540    groups = dirtool.groups
    540541    for delEntry in ('StudentManager',):
Note: See TracChangeset for help on using the changeset viewer.