2010-04-26 11:19:34 -05:00
|
|
|
'''This package contains stuff used at run-time for installing a generated
|
|
|
|
Plone product.'''
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
from appy.gen.plone25.installer import PloneInstaller as Plone25Installer
|
|
|
|
|
|
|
|
class PloneInstaller(Plone25Installer):
|
|
|
|
'''This Plone installer runs every time the generated Plone product is
|
2010-08-05 11:23:17 -05:00
|
|
|
installed or uninstalled (in the Plone configuration panel).'''
|
2010-04-26 11:19:34 -05:00
|
|
|
# ------------------------------------------------------------------------------
|