cpython/Mac/Lib/lib-compat/QuickDraw.py

5 lines
163 B
Python

import warnings
warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
DeprecationWarning, stacklevel=2)
from Carbon.QuickDraw import *