src/pyams_utils/interfaces/site.py
branchdev-tf
changeset 427 63284c98cdc1
parent 408 cf2304af0fab
equal deleted inserted replaced
426:2022e4da3ad9 427:63284c98cdc1
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
     9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
    10 # FOR A PARTICULAR PURPOSE.
    10 # FOR A PARTICULAR PURPOSE.
    11 #
    11 #
       
    12 
       
    13 """PyAMS_utils.interfaces.site module
       
    14 
       
    15 This module provides interfaces related to site management, generations and utilities
       
    16 """
    12 
    17 
    13 from zope.annotation.interfaces import IAttributeAnnotatable
    18 from zope.annotation.interfaces import IAttributeAnnotatable
    14 from zope.interface import Attribute, Interface
    19 from zope.interface import Attribute, Interface
    15 from zope.interface.interfaces import IObjectEvent
    20 from zope.interface.interfaces import IObjectEvent
    16 
    21