mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +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,8 +5,8 @@ Python Imaging Library Image object.
|
|||
|
||||
J. Strout <joe@strout.net> February 1999"""
|
||||
|
||||
import Qd
|
||||
import QuickDraw
|
||||
from Carbon import Qd
|
||||
from Carbon import QuickDraw
|
||||
import struct
|
||||
import MacOS
|
||||
import img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue