Commit b521238d 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 7492efab
......@@ -83,10 +83,4 @@
#
##############################################################################
# if we are using an old version of Python, our asyncore is likely to
# be out of date. If ZServer is sitting around, we can get a current
# version of ayncore from it. In any case, if we are going to be used
# with Zope, it's important to use the version from Zope.
try: import ZServer
except: pass
import fap # fixup asyncore/cPickle dependencies
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