diff -r 035aa2957098 -r 3d97754e4181 ztfy/utils/interfaces.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ztfy/utils/interfaces.py Tue Apr 06 00:21:01 2010 +0200 @@ -0,0 +1,31 @@ +### -*- coding: utf-8 -*- #################################################### +############################################################################## +# +# Copyright (c) 2008-2010 Thierry Florac +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## + +__docformat__ = "restructuredtext" + +# import standard packages + +# import Zope3 interfaces +from zope.component.interfaces import IObjectEvent + +# import local interfaces + +# import Zope3 packages + +# import local packages + + +class INewSiteManagerEvent(IObjectEvent): + """Event interface for new site manager event"""