Commit f3b2414e authored by Guido van Rossum's avatar Guido van Rossum

Remove unused imports.

parent a2f9f4e2
...@@ -17,10 +17,7 @@ ...@@ -17,10 +17,7 @@
import os import os
import sys import sys
import time import time
import random
import select
import socket import socket
import thread
import asyncore import asyncore
import tempfile import tempfile
import unittest import unittest
...@@ -28,10 +25,6 @@ import unittest ...@@ -28,10 +25,6 @@ import unittest
# Zope/ZODB3 imports # Zope/ZODB3 imports
import zLOG import zLOG
# ZODB imports
from ZODB.Transaction import get_transaction
from ZODB.POSException import ReadOnlyError
# ZODB test support # ZODB test support
from ZODB.tests.MinPO import MinPO from ZODB.tests.MinPO import MinPO
from ZODB.tests.StorageTestBase import zodb_unpickle from ZODB.tests.StorageTestBase import zodb_unpickle
......
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