[Zope3-checkins] SVN: Zope3/branches/Zope-3.1/releases/Zope/zopetest Okay, now the tests all pass. I don't know what I saw yesterday about the

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Aug 2 14:30:58 EDT 2005


On Tuesday 02 August 2005 14:19, Fred Drake wrote:
> On 8/2/05, Stephan Richter <srichter at cosmos.phy.tufts.edu> wrote:
> > Log message for revision 37655:
> > -sys.path.append(lib)
> > +sys.path.insert(1, lib)
>
> Why not sys.path.insert(0, lib)?

Because I saw it elsewere. The first entry is '' anyways.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training


More information about the Zope3-Checkins mailing list