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