mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue