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
Kirill Smelkov
ZODB
Commits
5b81d251
Commit
5b81d251
authored
Jul 28, 2009
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleaned up some uneeded imports.
parent
1e9e830b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
8 deletions
+1
-8
src/ZEO/ClientStorage.py
src/ZEO/ClientStorage.py
+0
-1
src/ZEO/ServerStub.py
src/ZEO/ServerStub.py
+0
-1
src/ZEO/zrpc/client.py
src/ZEO/zrpc/client.py
+0
-2
src/ZEO/zrpc/smac.py
src/ZEO/zrpc/smac.py
+1
-4
No files found.
src/ZEO/ClientStorage.py
View file @
5b81d251
...
...
@@ -28,7 +28,6 @@ from ZEO.TransactionBuffer import TransactionBuffer
from
ZEO.zrpc.client
import
ConnectionManager
from
ZODB
import
POSException
from
ZODB
import
utils
from
ZODB.loglevels
import
BLATHER
import
BTrees.IOBTree
import
cPickle
import
logging
...
...
src/ZEO/ServerStub.py
View file @
5b81d251
...
...
@@ -13,7 +13,6 @@
##############################################################################
"""RPC stubs for interface exported by StorageServer."""
import
os
import
time
##
...
...
src/ZEO/zrpc/client.py
View file @
5b81d251
...
...
@@ -11,11 +11,9 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
import
asyncore
import
errno
import
select
import
socket
import
sys
import
threading
import
time
import
types
...
...
src/ZEO/zrpc/smac.py
View file @
5b81d251
...
...
@@ -34,12 +34,9 @@ except ImportError:
import
socket
import
struct
import
threading
import
logging
from
types
import
StringType
from
ZODB.loglevels
import
TRACE
from
ZEO.zrpc.log
import
log
,
short_repr
from
ZEO.zrpc.log
import
log
from
ZEO.zrpc.error
import
DisconnectedError
import
ZEO.hash
...
...
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