[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
    Fred Drake 
    fdrake at gmail.com
       
    Tue Aug  2 14:19:20 EDT 2005
    
    
  
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)?
  -Fred
-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
Zope Corporation
    
    
More information about the Zope3-Checkins
mailing list