Revision: 194
          http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=194&view=rev
Author:   rorthomas
Date:     2009-04-20 11:43:38 +0000 (Mon, 20 Apr 2009)

Log Message:
-----------
fixed fatal bug in streams creation script

Modified Paths:
--------------
    contents/streams/build_streams.py

Modified: contents/streams/build_streams.py
===================================================================
--- contents/streams/build_streams.py   2009-04-20 11:41:59 UTC (rev 193)
+++ contents/streams/build_streams.py   2009-04-20 11:43:38 UTC (rev 194)
@@ -19,7 +19,7 @@
 SOURCEDIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'source')
 TEMPDIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'temp')
 
-sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), 
"tools", "modtool"))
+sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", 
"tools", "modtool"))
 from rortester import *
 from uniquifier import *
 from gameversion import *


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Rigsofrods-devel mailing list
Rigsofrods-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel

Reply via email to