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