[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security/tests - testPublicClass.py:1.1.2.2
Ken Manheimer
klm@zope.com
Sat, 8 Dec 2001 17:41:06 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Security/tests
In directory cvs.zope.org:/tmp/cvs-serv7319
Modified Files:
Tag: Zope-3x-branch
testPublicClass.py
Log Message:
Cosmetic - massage copyright notice to ZPL 2.0 standard, get rid of
some garbage lines.
=== Zope3/lib/python/Zope/App/Security/tests/testPublicClass.py 1.1.2.1 => 1.1.2.2 ===
#
-# Copyright (c) 2001 Zope Coporation and Contributors. All Rights Reserved.
+# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
-# Version 1.1 (ZPL). A copy of the ZPL should accompany this distribution.
+# Version 2.0 (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
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
""" Test handler for 'publicClass' directive """
@@ -98,8 +98,6 @@
self.assertDeclaration(declaration,
instP=PublicPermission, m1P=PublicPermission,
m2P=PublicPermission)
-
- # XXX test instances
def apply_declaration(declaration):
"""Apply the xmlconfig machinery."""