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

5 lines
158 B
Python
Raw Normal View History

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