Changeset 57

Show
Ignore:
Timestamp:
11/22/05 09:55:52
Author:
crchemist
Message:

Added comment to install script because they are required in Plone-2.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneGoogleSitemaps/trunk/Extensions/Install.py

    r56 r57  
    3838 
    3939def install(self): 
     40    """ Install qPloneGoogleSitemaps """ 
    4041    out = StringIO() 
    4142    if not hasattr(self.portal_properties, 'googlesitemap_properties'): 
     
    7172 
    7273def uninstall(self): 
     74    """ Uninstall qPloneGoogleSitemaps """ 
    7375    out = StringIO() 
    7476