[ZODB-Dev] Re: [Zope-Checkins] CVS: ZEO/ZEO - start.py:1.60

Jeremy Hylton jeremy@zope.com (Jeremy Hylton)
Mon, 20 Jan 2003 13:16:32 -0500


If I can deduce the intent correctly, this change should be
implemented by calling os.path.abspath() on the value returned by
directory() before putting it into sys.path.

Jeremy