Staging
v0.5.1
Raw File
import warnings
warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
	DeprecationWarning, stacklevel=2)
from Carbon.QuickDraw import *
back to top