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
Joshua
zodb
Commits
e695e770
Commit
e695e770
authored
Oct 02, 2003
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused imports and definitions of True/False.
parent
5d604d32
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
10 deletions
+0
-10
src/BTrees/check.py
src/BTrees/check.py
+0
-6
src/ZEO/auth/auth_digest.py
src/ZEO/auth/auth_digest.py
+0
-1
src/ZEO/tests/ConnectionTests.py
src/ZEO/tests/ConnectionTests.py
+0
-2
src/ZEO/zrpc/trigger.py
src/ZEO/zrpc/trigger.py
+0
-1
No files found.
src/BTrees/check.py
View file @
e695e770
...
...
@@ -41,12 +41,6 @@ from BTrees.IIBTree import IIBTree, IIBucket, IISet, IITreeSet
TYPE_UNKNOWN
,
TYPE_BTREE
,
TYPE_BUCKET
=
range
(
3
)
try
:
True
except
NameError
:
True
=
1
False
=
0
_type2kind
=
{
IOBTree
:
(
TYPE_BTREE
,
True
),
IIBTree
:
(
TYPE_BTREE
,
True
),
OIBTree
:
(
TYPE_BTREE
,
True
),
...
...
src/ZEO/auth/auth_digest.py
View file @
e695e770
...
...
@@ -34,7 +34,6 @@ user/realm/password is used as the session key. XXX I'm not sure if
this is a sound approach; SRP would be preferred.
"""
import
base64
import
os
import
random
import
sha
...
...
src/ZEO/tests/ConnectionTests.py
View file @
e695e770
...
...
@@ -16,11 +16,9 @@ import os
import
sys
import
time
import
random
import
select
import
socket
import
asyncore
import
tempfile
import
thread
# XXX do we really need to catch thread.error
import
threading
import
time
...
...
src/ZEO/zrpc/trigger.py
View file @
e695e770
...
...
@@ -16,7 +16,6 @@ import asyncore
import
os
import
socket
import
thread
import
errno
if
os
.
name
==
'posix'
:
...
...
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