server / source /astor /codegen.py
Harmony18090's picture
Add source batch 1/11
e062359 verified
raw
history blame
204 Bytes
import warnings
from .code_gen import * # NOQA
warnings.warn(
'astor.codegen module is deprecated. Please import '
'astor.code_gen module instead.',
DeprecationWarning,
stacklevel=2
)