[z3-checkins] r5206 - z3/Five/trunk
philikon at codespeak.net
philikon at codespeak.net
Mon Jun 21 19:12:19 MEST 2004
Author: philikon
Date: Mon Jun 21 19:12:18 2004
New Revision: 5206
Modified:
z3/Five/trunk/metaconfigure.py
z3/Five/trunk/provideinterface.py (contents, props changed)
Log:
Z3 is ZPL 2.1 now
Modified: z3/Five/trunk/metaconfigure.py
==============================================================================
--- z3/Five/trunk/metaconfigure.py (original)
+++ z3/Five/trunk/metaconfigure.py Mon Jun 21 19:12:18 2004
@@ -4,7 +4,7 @@
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# 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
Modified: z3/Five/trunk/provideinterface.py
==============================================================================
--- z3/Five/trunk/provideinterface.py (original)
+++ z3/Five/trunk/provideinterface.py Mon Jun 21 19:12:18 2004
@@ -4,13 +4,16 @@
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
+# 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.
#
##############################################################################
+"""
+$Id$
+"""
from zope.component import getService, servicenames
from zope.interface import directlyProvides
from zope.interface.interfaces import IInterface
More information about the z3-checkins
mailing list