Put tools/ into PYTHON_PATH

This commit is contained in:
Ryan Dahl
2010-11-29 19:46:00 -08:00
parent 645c3b3713
commit a326eebac8

View File

@@ -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 = '.'