mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Import the MacOS toolbox modules from the Carbon package.
This commit is contained in:
parent
6dba6bc0a2
commit
5a6fdcd371
100 changed files with 336 additions and 331 deletions
|
@ -59,7 +59,7 @@ def findunusedbuiltins(list):
|
|||
def mkpycresourcefile(list, main='', dst=None):
|
||||
"""Copy list-of-modules to resource file dst."""
|
||||
import py_resource
|
||||
import Res
|
||||
from Carbon import Res
|
||||
import sys
|
||||
|
||||
if dst == None:
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
import macfs
|
||||
import py_resource
|
||||
import Res
|
||||
from Carbon import Res
|
||||
import sys
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue