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

@ -3,8 +3,10 @@
# Note that the scrap-manager include file is so weird that this
# generates a boilerplate to be edited by hand.
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