mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Enable building of Carbon toolbox modules with unix-Python.
This commit is contained in:
parent
ff8dec7427
commit
aaebdd6a02
26 changed files with 26 additions and 58 deletions
|
@ -2,10 +2,9 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen')
|
||||
from bgenlocations import TOOLBOXDIR, BGENDIR
|
||||
sys.path.append(BGENDIR)
|
||||
from scantools import Scanner_OSX
|
||||
from bgenlocations import TOOLBOXDIR
|
||||
|
||||
LONG = "CoreFoundation"
|
||||
SHORT = "cf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue