mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -8,10 +8,10 @@
|
|||
# Actually, it is more a test of FrameWork by now....
|
||||
|
||||
from FrameWork import *
|
||||
import Win
|
||||
import Qd
|
||||
import List
|
||||
import Lists
|
||||
from Carbon import Win
|
||||
from Carbon import Qd
|
||||
from Carbon import List
|
||||
from Carbon import Lists
|
||||
import os
|
||||
|
||||
class ListWindow(Window):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue