[Zope3-checkins] CVS: ZODB4/src/zodb/storage/tests - local.py:1.3
Barry Warsaw
barry@wooz.org
Wed, 22 Jan 2003 15:12:32 -0500
Update of /cvs-repository/ZODB4/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv17464
Modified Files:
local.py
Log Message:
minor cleanups
=== ZODB4/src/zodb/storage/tests/local.py 1.2 => 1.3 ===
--- ZODB4/src/zodb/storage/tests/local.py:1.2 Wed Dec 25 09:12:20 2002
+++ ZODB4/src/zodb/storage/tests/local.py Wed Jan 22 15:12:29 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,6 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
+
class LocalStorage:
"""A single test that only make sense for local storages.