Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZODB
Commits
f3b2414e
Commit
f3b2414e
authored
Oct 03, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused imports.
parent
a2f9f4e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/ZEO/tests/testZEO.py
src/ZEO/tests/testZEO.py
+0
-7
No files found.
src/ZEO/tests/testZEO.py
View file @
f3b2414e
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment