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