Commit 2ad9bbcc 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 394d2e4a
...@@ -83,10 +83,4 @@ ...@@ -83,10 +83,4 @@
# #
############################################################################## ##############################################################################
# if we are using an old version of Python, our asyncore is likely to import fap # fixup asyncore/cPickle dependencies
# 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
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