summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/lib-compat/Menus.py
blob: 073a6d396900af3427dc60e1a70d7e223636aebf (plain)
1
2
3
4
import warnings
warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
	DeprecationWarning, stacklevel=2)
from Carbon.Menus import *