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

Remove unused imports.

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