Commit 2742c58f authored by Jeremy Hylton's avatar Jeremy Hylton

Remove unused import of InvalidationTests, fixing circular import.

parent 83fa4322
...@@ -30,7 +30,6 @@ from ZEO.ClientStorage import ClientStorage ...@@ -30,7 +30,6 @@ from ZEO.ClientStorage import ClientStorage
from ZEO.Exceptions import ClientDisconnected from ZEO.Exceptions import ClientDisconnected
from ZEO.zrpc.marshal import Marshaller from ZEO.zrpc.marshal import Marshaller
from ZEO.tests import forker from ZEO.tests import forker
from ZEO.tests.InvalidationTests import InvalidationTests
from ZODB.DB import DB from ZODB.DB import DB
from ZODB.Transaction import get_transaction, Transaction from ZODB.Transaction import get_transaction, Transaction
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment