[Greater-commits] r3706 - branches/3.0.0-all-models/GREAT-ER

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jul 26 16:31:47 CEST 2011


Author: aheinecke
Date: 2011-07-26 16:31:47 +0200 (Tue, 26 Jul 2011)
New Revision: 3706

Modified:
   branches/3.0.0-all-models/GREAT-ER/ChangeLog
   branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py
Log:
Add Lib to the system path. This is a place where
third party dependencies can be placed


Modified: branches/3.0.0-all-models/GREAT-ER/ChangeLog
===================================================================
--- branches/3.0.0-all-models/GREAT-ER/ChangeLog	2011-07-26 13:43:40 UTC (rev 3705)
+++ branches/3.0.0-all-models/GREAT-ER/ChangeLog	2011-07-26 14:31:47 UTC (rev 3706)
@@ -22,7 +22,7 @@
 		- Make the scheduler/worker run even when there is a space
 		  in the path.
 		- Start multiple workers when multiple cpus are available
-	* GREAT-ER.py: Look for sciparam in the parent directory
+	* GREAT-ER.py: Look for sciparam and Lib in the parent directory
 
 2011-07-25  Andre Heinecke <aheinecke at intevation.de>
 

Modified: branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py
===================================================================
--- branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py	2011-07-26 13:43:40 UTC (rev 3705)
+++ branches/3.0.0-all-models/GREAT-ER/GREAT-ER.py	2011-07-26 14:31:47 UTC (rev 3706)
@@ -11,7 +11,7 @@
 # Python extensions to the path
 import sys, os
 _dir = os.path.join(sys.path[0], os.pardir)
-for reldir in ("Python", "GREAT-ER-DB", "GREAT-ERModel", "sciparam",
+for reldir in ("Python", "GREAT-ER-DB", "GREAT-ERModel", "sciparam", "Lib",
           os.path.join("GREAT-ERModel", "Lib")):
     fullname = os.path.join(_dir, reldir)
     if os.path.isdir(fullname):



More information about the Greater-commits mailing list