Enable building of Carbon toolbox modules with unix-Python.

This commit is contained in:
Jack Jansen 2002-08-05 15:39:30 +00:00
parent ff8dec7427
commit aaebdd6a02
26 changed files with 26 additions and 58 deletions

View file

@ -1,9 +1,8 @@
# Scan an Apple header file, generating a Python file of generator calls.
import sys
import os
BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen')
from bgenlocations import TOOLBOXDIR, BGENDIR
sys.path.append(BGENDIR)
from bgenlocations import TOOLBOXDIR
from scantools import Scanner