Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
a3d8a6da
Commit
a3d8a6da
authored
Mar 27, 2001
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
It is no longer necessary to symbolically link cPickle or
ZServer. ZServer is no longer necessary at all.
parent
2ad9bbcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/ZEO/Invalidator.py
src/ZEO/Invalidator.py
+1
-1
src/ZEO/StorageServer.py
src/ZEO/StorageServer.py
+4
-3
No files found.
src/ZEO/Invalidator.py
View file @
a3d8a6da
...
...
@@ -87,7 +87,7 @@
Note that this is not *really* atomic, but it is close enough.
"""
from
ZODB
import
cPickle
import
cPickle
import
tempfile
class
Invalidator
:
...
...
src/ZEO/StorageServer.py
View file @
a3d8a6da
...
...
@@ -83,12 +83,13 @@
#
##############################################################################
__version__
=
"$Revision: 1.2
1
$"
[
11
:
-
2
]
__version__
=
"$Revision: 1.2
2
$"
[
11
:
-
2
]
import
asyncore
,
socket
,
string
,
sys
,
os
from
smac
import
SizedMessageAsyncConnection
from
ZODB
import
POSException
,
cPickle
from
ZODB.cPickle
import
Unpickler
from
ZODB
import
POSException
import
cPickle
from
cPickle
import
Unpickler
from
ZODB.POSException
import
TransactionError
,
UndoError
,
VersionCommitError
from
ZODB.Transaction
import
Transaction
import
traceback
...
...
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