mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Add warnings to and deprecated all those Mac modules
This commit is contained in:
parent
f9b54c2411
commit
236819310d
59 changed files with 286 additions and 11 deletions
|
@ -21,6 +21,9 @@ files: the pack stuff from aepack, the objects from aetypes.
|
|||
"""
|
||||
|
||||
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("In 3.x, the aetools module is removed.")
|
||||
|
||||
from types import *
|
||||
from Carbon import AE
|
||||
from Carbon import Evt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue