4c54fb3
1
2
3
4
5
6
7
8
9
10
11
12
import warnings from .code_gen import * # NOQA warnings.warn( 'astor.codegen module is deprecated. Please import ' 'astor.code_gen module instead.', DeprecationWarning, stacklevel=2 )