Commit 1b14200a authored by Guido van Rossum's avatar Guido van Rossum

Remove unused imports. Add import of get_transaction (thus clearing

all of ZEO from dependencies on this stealth built-in, except for some
non-unit tests).
parent c665f764
......@@ -22,13 +22,10 @@ import sys
import tempfile
import thread
import time
import types
import unittest
import ZEO.ClientStorage, ZEO.StorageServer
from ZODB.FileStorage import FileStorage
from ZODB.Transaction import Transaction
from ZODB.tests.StorageTestBase import zodb_pickle, MinPO
import ZEO.ClientStorage
from ZODB.Transaction import get_transaction
from ZODB.POSException import ReadOnlyError
import zLOG
......
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