This commit was manufactured by cvs2svn to create tag 'r221'.
[python/dscho.git] / Mac / Lib / lib-compat / Controls.py
blob05b81d29da39d926376c85ad28deaf2fe6c8a11a
1 import warnings
2 warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
3 DeprecationWarning, stacklevel=2)
4 from Carbon.Controls import *