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