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 ...@@ -22,13 +22,10 @@ import sys
import tempfile import tempfile
import thread import thread
import time import time
import types
import unittest import unittest
import ZEO.ClientStorage, ZEO.StorageServer import ZEO.ClientStorage
from ZODB.FileStorage import FileStorage from ZODB.Transaction import get_transaction
from ZODB.Transaction import Transaction
from ZODB.tests.StorageTestBase import zodb_pickle, MinPO
from ZODB.POSException import ReadOnlyError from ZODB.POSException import ReadOnlyError
import zLOG 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