From a326eebac8388b8f8a00aaeeef8e9f5ec6d63007 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 29 Nov 2010 19:46:00 -0800 Subject: [PATCH] Put tools/ into PYTHON_PATH --- wscript | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wscript b/wscript index e9f1078276..c783637c6d 100644 --- a/wscript +++ b/wscript @@ -9,6 +9,9 @@ from logging import fatal cwd = os.getcwd() APPNAME="node.js" +# Use the directory that this file is found in to find the tools +# directory where the js2c.py file can be found. +sys.path.append(sys.argv[0] + '/tools'); import js2c srcdir = '.'