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