[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:07:20 EDT 2005


Log message for revision 37655:
  Okay, now the tests all pass. I don't know what I saw yesterday about the 
  incorrect replacement of the #! line, but it works now.
  

Changed:
  U   Zope3/branches/Zope-3.1/releases/Zope/zopetest

-=-
Modified: Zope3/branches/Zope-3.1/releases/Zope/zopetest
===================================================================
--- Zope3/branches/Zope-3.1/releases/Zope/zopetest	2005-08-02 12:09:30 UTC (rev 37654)
+++ Zope3/branches/Zope-3.1/releases/Zope/zopetest	2005-08-02 18:07:19 UTC (rev 37655)
@@ -25,7 +25,7 @@
     lib = os.path.join(here, "Lib", "site-packages")
 else:
     lib = os.path.join(here, "lib", "python")
-sys.path.append(lib)
+sys.path.insert(1, lib)
 
 ftesting = os.path.join(here, "zopeskel", "etc", "ftesting.zcml")
 



More information about the Zope3-Checkins mailing list