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