mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -6,9 +6,9 @@ import os
|
|||
import W
|
||||
import WASTEconst
|
||||
import PyBrowser
|
||||
import Qd
|
||||
import Evt
|
||||
import Lists
|
||||
from Carbon import Qd
|
||||
from Carbon import Evt
|
||||
from Carbon import Lists
|
||||
import MacOS
|
||||
_filenames = {}
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ class Debugger(bdb.Bdb):
|
|||
|
||||
def start(self, bottomframe = None, running = 0):
|
||||
W.getapplication().DebuggerQuit = bdb.BdbQuit
|
||||
import Menu
|
||||
from Carbon import Menu
|
||||
Menu.HiliteMenu(0)
|
||||
if self.closed:
|
||||
self.setupwidgets(self.title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue