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

@ -6,11 +6,9 @@ import string
import MacOS
import sys
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, Scanner_OSX
def main():