[Zodb-checkins] CVS: ZODB3/ZODB/tests - testConfig.py:1.6

Fred L. Drake, Jr. fred@zope.com
Mon, 13 Jan 2003 12:26:36 -0500


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv5059

Modified Files:
	testConfig.py 
Log Message:
- corrected copyright statement (this was added in 2003)
- normalized whitespace


=== ZODB3/ZODB/tests/testConfig.py 1.5 => 1.6 ===
--- ZODB3/ZODB/tests/testConfig.py:1.5	Fri Jan 10 01:44:51 2003
+++ ZODB3/ZODB/tests/testConfig.py	Mon Jan 13 12:26:32 2003
@@ -1,15 +1,15 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2003 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
@@ -66,7 +66,7 @@
             </zodb>
             """ % path)
         os.unlink(path)
-        
+
     def test_file_config2(self):
         path = tempfile.mktemp()
         cfg = """