Commit 554ae648 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove unused import of InvalidationTests, fixing circular import.

parent 3556d046
...@@ -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