mirror of
https://github.com/python/cpython.git
synced 2025-07-22 02:35:22 +00:00
4 lines
164 B
Python
4 lines
164 B
Python
import warnings
|
|
warnings.warn("The %s module is deprecated; use Carbon.%s"%(__name__, __name__),
|
|
DeprecationWarning, stacklevel=2)
|
|
from Carbon.MediaDescr import *
|