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