[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zope3-checkins
Subject:    [Zope3-checkins] SVN: Zope3/trunk/test.py Check 'src' for modules
From:       Dmitry Vasiliev <dima () hlabs ! spb ! ru>
Date:       2004-09-24 9:13:27
Message-ID: 20040924091327.05CE020314E () mail ! zope ! org
[Download RAW message or body]

Log message for revision 27670:
  Check 'src' for modules first
  


Changed:
  U   Zope3/trunk/test.py


-=-
Modified: Zope3/trunk/test.py
===================================================================
--- Zope3/trunk/test.py	2004-09-24 08:54:52 UTC (rev 27669)
+++ Zope3/trunk/test.py	2004-09-24 09:13:26 UTC (rev 27670)
@@ -19,7 +19,7 @@
 import sys, os
 
 here = os.path.dirname(os.path.realpath(__file__))
-sys.path.append(os.path.join(here, 'src'))
+sys.path.insert(0, os.path.join(here, 'src'))
 
 import zope.app.tests.test
 

_______________________________________________
Zope3-Checkins mailing list
Zope3-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope3-checkins
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic