Commit 27b7283a authored by Jim Fulton's avatar Jim Fulton

Added code to try to import ZServer (and silently fail).

This was to get a newer asynccore (or ZServers) if possible.
parent 6171110c
......@@ -83,3 +83,10 @@
#
##############################################################################
# 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
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