Replaced addpack by handcrafted code to find the bgen stuff.

This commit is contained in:
Jack Jansen 1998-04-17 14:07:56 +00:00
parent b36b83011a
commit 0c4d947eac
27 changed files with 68 additions and 64 deletions

View file

@ -1,6 +1,8 @@
# Scan <Menus.h>, generating menugen.py.
import addpack
addpack.addpack(':Tools:bgen:bgen')
import sys
import os
BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen')
sys.path.append(BGENDIR)
from scantools import Scanner
from bgenlocations import TOOLBOXDIR