[Zope3-checkins] CVS: Zope3/lib/python/Persistence/tests - testModule.py:1.33

Jeremy Hylton jeremy@zope.com
Thu, 12 Dec 2002 14:29:45 -0500


Update of /cvs-repository/Zope3/lib/python/Persistence/tests
In directory cvs.zope.org:/tmp/cvs-serv26042

Modified Files:
	testModule.py 
Log Message:
Add copyright notice.  Remove extra whitespace.


=== Zope3/lib/python/Persistence/tests/testModule.py 1.32 => 1.33 ===
--- Zope3/lib/python/Persistence/tests/testModule.py:1.32	Mon Nov 25 14:54:50 2002
+++ Zope3/lib/python/Persistence/tests/testModule.py	Thu Dec 12 14:29:45 2002
@@ -1,3 +1,16 @@
+##############################################################################
+#
+# Copyright (c) 2002 Zope Corporation and Contributors.
+# 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.
+# 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.
+# 
+##############################################################################
 import os
 import unittest
 
@@ -210,9 +223,7 @@
         self.assertEqual(test.f(1), 2)
 
 ##    def testClosure(self):
-
 ##        # This test causes a seg fault because ???
-        
 ##        self.importer.module_from_source("closure", closure_src)
 ##        get_transaction().commit()
 ##        import closure