[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage/tests - test_create.py:1.13

Barry Warsaw barry@wooz.org
Tue, 19 Nov 2002 15:39:28 -0500


Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage/tests
In directory cvs.zope.org:/tmp/cvs-serv2123

Modified Files:
	test_create.py 
Log Message:
Normalize whitespace.


=== ZODB3/bsddb3Storage/bsddb3Storage/tests/test_create.py 1.12 => 1.13 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/tests/test_create.py:1.12	Tue Nov 19 15:36:43 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/tests/test_create.py	Tue Nov 19 15:39:28 2002
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 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
-# 
+#
 ##############################################################################
 
 # Unit test for database creation
@@ -17,7 +17,7 @@
 import os
 import time
 import unittest
-import BerkeleyTestBase    
+import BerkeleyTestBase
 from bsddb3Storage.BerkeleyBase import BerkeleyConfig