[Zope3-checkins] CVS: ZODB4/src/zodb/storage/tests - recovery.py:1.3

Barry Warsaw barry@wooz.org
Wed, 22 Jan 2003 15:35:11 -0500


Update of /cvs-repository/ZODB4/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv21223

Modified Files:
	recovery.py 
Log Message:
import cleanups


=== ZODB4/src/zodb/storage/tests/recovery.py 1.2 => 1.3 ===
--- ZODB4/src/zodb/storage/tests/recovery.py:1.2	Wed Dec 25 09:12:20 2002
+++ ZODB4/src/zodb/storage/tests/recovery.py	Wed Jan 22 15:35:09 2003
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
+# Copyright (c) 2001 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,19 +11,19 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""More recovery and iterator tests.
 
-$Id$
+"""More recovery and iterator tests.
 """
 
+import time
+
+from transaction import get_transaction
+
+from zodb.db import DB
 from zodb.ztransaction import Transaction
 from zodb.storage.tests.iterator import IteratorDeepCompare
 from zodb.storage.tests.base import MinPO, zodb_unpickle
-from zodb.db import DB
 
-from transaction import get_transaction
-
-import time
 
 class RecoveryStorage(IteratorDeepCompare):
     # Requires a setUp() that creates a self._dst destination storage