Commit a3d8a6da authored by Jim Fulton's avatar Jim Fulton

It is no longer necessary to symbolically link cPickle or

ZServer. ZServer is no longer necessary at all.
parent 2ad9bbcc
......@@ -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:
......
......@@ -83,12 +83,13 @@
#
##############################################################################
__version__ = "$Revision: 1.21 $"[11:-2]
__version__ = "$Revision: 1.22 $"[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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment