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