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