mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Replaced addpack by handcrafted code to find the bgen stuff.
This commit is contained in:
parent
b36b83011a
commit
0c4d947eac
27 changed files with 68 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue