[Zodb-checkins] CVS: Zope2/lib/python/ZODB - HistoryStorage.py:1.2
barry@digicool.com
barry@digicool.com
Thu, 14 Jun 2001 16:35:43 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/ZODB/tests
In directory korak.digicool.com:/tmp/cvs-serv31413
Modified Files:
HistoryStorage.py
Log Message:
Removed an unnecessary import
--- Updated File HistoryStorage.py in package Zope2/lib/python/ZODB --
--- HistoryStorage.py 2001/06/14 18:45:47 1.1
+++ HistoryStorage.py 2001/06/14 20:35:43 1.2
@@ -1,7 +1,6 @@
# Run the history() related tests for a storage. Any storage that supports
# the history() method should be able to pass all these tests.
-from ZODB import POSException
from ZODB.tests.MinPO import MinPO
from ZODB.tests.StorageTestBase import zodb_unpickle