mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Wrapper modules for _Launch and _OSA weren't added yet. Fixed.
This commit is contained in:
parent
2e20a63bc9
commit
73b94da93f
2 changed files with 2 additions and 0 deletions
1
Lib/plat-mac/Carbon/Launch.py
Normal file
1
Lib/plat-mac/Carbon/Launch.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from _Launch import *
|
||||
1
Lib/plat-mac/Carbon/OSA.py
Normal file
1
Lib/plat-mac/Carbon/OSA.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
from _OSA import *
|
||||
Loading…
Add table
Add a link
Reference in a new issue