[Zodb-checkins] CVS: Packages/ZEO - __init__.py:1.5
Jim Fulton
jim@digicool.com
Tue, 27 Mar 2001 18:39:03 -0500 (EST)
Update of /cvs-repository/Packages/ZEO
In directory korak:/tmp/cvs-serv13100
Modified Files:
__init__.py
Log Message:
- It is no longer necessary to symbolically link cPickle or
ZServer. ZServer is no longer necessary at all.
--- Updated File __init__.py in package Packages/ZEO --
--- __init__.py 2001/01/11 21:15:48 1.4
+++ __init__.py 2001/03/27 23:39:02 1.5
@@ -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