mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -5,7 +5,7 @@ import Wapplication
|
|||
class TestApp(Wapplication.Application):
|
||||
|
||||
def __init__(self):
|
||||
import Res
|
||||
from Carbon import Res
|
||||
Res.FSpOpenResFile("Widgets.rsrc", 1)
|
||||
self._menustocheck = []
|
||||
self.preffilepath = ":Python:PythonIDE preferences"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue