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
d81bfb3a
Commit
d81bfb3a
authored
Nov 03, 2003
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove future statements. The future is now.
parent
0a443b6a
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
1 addition
and
27 deletions
+1
-27
src/ZEO/DebugServer.py
src/ZEO/DebugServer.py
+0
-2
src/ZEO/StorageServer.py
src/ZEO/StorageServer.py
+0
-2
src/ZEO/start.py
src/ZEO/start.py
+0
-2
src/ZEO/tests/stress.py
src/ZEO/tests/stress.py
+0
-2
src/ZEO/tests/testClientCache.py
src/ZEO/tests/testClientCache.py
+0
-2
src/ZODB/Connection.py
src/ZODB/Connection.py
+1
-3
src/ZODB/tests/TransactionalUndoStorage.py
src/ZODB/tests/TransactionalUndoStorage.py
+0
-1
src/ZODB/tests/TransactionalUndoVersionStorage.py
src/ZODB/tests/TransactionalUndoVersionStorage.py
+0
-2
src/ZODB/tests/testCache.py
src/ZODB/tests/testCache.py
+0
-1
src/ZODB/tests/testFileStorage.py
src/ZODB/tests/testFileStorage.py
+0
-2
src/ZODB/tests/testZODB.py
src/ZODB/tests/testZODB.py
+0
-2
src/scripts/netspace.py
src/scripts/netspace.py
+0
-3
src/scripts/repozo.py
src/scripts/repozo.py
+0
-2
src/scripts/tests/testzeopack.py
src/scripts/tests/testzeopack.py
+0
-1
No files found.
src/ZEO/DebugServer.py
View file @
d81bfb3a
...
...
@@ -13,8 +13,6 @@
##############################################################################
"""A debugging version of the server that records network activity."""
from
__future__
import
nested_scopes
import
struct
import
time
...
...
src/ZEO/StorageServer.py
View file @
d81bfb3a
...
...
@@ -20,8 +20,6 @@ XXX Need some basic access control-- a declaration of the methods
exported for invocation by the server.
"""
from
__future__
import
nested_scopes
import
asyncore
import
cPickle
import
os
...
...
src/ZEO/start.py
View file @
d81bfb3a
...
...
@@ -13,8 +13,6 @@
##############################################################################
"""Start the ZEO storage server."""
from
__future__
import
nested_scopes
import
sys
,
os
,
getopt
import
types
import
errno
...
...
src/ZEO/tests/stress.py
View file @
d81bfb3a
...
...
@@ -18,8 +18,6 @@ multiple connections.
"""
# XXX This code is currently broken.
from
__future__
import
nested_scopes
import
ZODB
from
ZEO.ClientStorage
import
ClientStorage
from
ZODB.MappingStorage
import
MappingStorage
...
...
src/ZEO/tests/testClientCache.py
View file @
d81bfb3a
...
...
@@ -16,8 +16,6 @@
At times, we do 'white box' testing, i.e. we know about the internals
of the ClientCache object.
"""
from
__future__
import
nested_scopes
import
os
import
time
import
tempfile
...
...
src/ZODB/Connection.py
View file @
d81bfb3a
...
...
@@ -13,9 +13,7 @@
##############################################################################
"""Database connection support
$Id: Connection.py,v 1.100 2003/10/02 18:17:19 jeremy Exp $"""
from
__future__
import
nested_scopes
$Id: Connection.py,v 1.101 2003/11/03 18:56:30 jeremy Exp $"""
from
cPickleCache
import
PickleCache
from
POSException
import
ConflictError
,
ReadConflictError
,
TransactionError
...
...
src/ZODB/tests/TransactionalUndoStorage.py
View file @
d81bfb3a
...
...
@@ -15,7 +15,6 @@
Any storage that supports transactionalUndo() must pass these tests.
"""
from
__future__
import
nested_scopes
import
time
import
types
...
...
src/ZODB/tests/TransactionalUndoVersionStorage.py
View file @
d81bfb3a
...
...
@@ -11,8 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from
__future__
import
nested_scopes
# Check interactions between transactionalUndo() and versions. Any storage
# that supports both transactionalUndo() and versions must pass these tests.
...
...
src/ZODB/tests/testCache.py
View file @
d81bfb3a
...
...
@@ -17,7 +17,6 @@ Each DB Connection has a separate PickleCache. The Cache serves two
purposes. It acts like a memo for unpickling. It also keeps recent
objects in memory under the assumption that they may be used again.
"""
from
__future__
import
nested_scopes
import
time
import
types
...
...
src/ZODB/tests/testFileStorage.py
View file @
d81bfb3a
...
...
@@ -11,8 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from
__future__
import
nested_scopes
import
ZODB.FileStorage
import
sys
,
os
,
unittest
import
errno
...
...
src/ZODB/tests/testZODB.py
View file @
d81bfb3a
...
...
@@ -11,8 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from
__future__
import
nested_scopes
import
unittest
import
ZODB
...
...
src/scripts/netspace.py
View file @
d81bfb3a
...
...
@@ -7,9 +7,6 @@ usage: netspace.py [-P | -v] data.fs
-v: print info for all objects, even if a traversal path isn't found
"""
from
__future__
import
nested_scopes
import
ZODB
from
ZODB.FileStorage
import
FileStorage
from
ZODB.utils
import
U64
...
...
src/scripts/repozo.py
View file @
d81bfb3a
...
...
@@ -62,8 +62,6 @@ Options for -R/--recover:
written to stdout.
"""
from
__future__
import
nested_scopes
import
os
import
sys
import
md5
...
...
src/scripts/tests/testzeopack.py
View file @
d81bfb3a
from
__future__
import
nested_scopes
# Some simple tests for zeopack.py
# For this to work, zeopack.py must by on your PATH.
...
...
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