You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/08/02 07:42:12 UTC

svn commit: rev 35581 - gump/trunk/python/gump/process

Author: ajack
Date: Sun Aug  1 22:42:11 2004
New Revision: 35581

Modified:
   gump/trunk/python/gump/process/launcher.py
Log:
Path to launcher has changed...

Modified: gump/trunk/python/gump/process/launcher.py
==============================================================================
--- gump/trunk/python/gump/process/launcher.py	(original)
+++ gump/trunk/python/gump/process/launcher.py	Sun Aug  1 22:42:11 2004
@@ -32,7 +32,7 @@
 
 import gump.process.command
 
-LAUNCHER=os.path.join(os.path.join('gump','process'),'launcher.py')
+LAUNCHER=os.path.join(os.path.join(os.path.join(os.path.join('..','python'),'gump'),'process'),'launcher.py')
 
 def execute(cmd,tmp=dir.tmp):
     res=gump.process.command.CmdResult(cmd)

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org