diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-09 12:18:00 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-09 12:18:00 +0300 |
commit | 41c0ca282300b7347a4551d1793b605ac1593733 (patch) | |
tree | 5aa02595034f37636091ec08b48144bc33b942f2 /contrib/tools | |
parent | 3bbb3d7e7e261716b0a83c1a35022e5d36f7875f (diff) | |
download | ydb-41c0ca282300b7347a4551d1793b605ac1593733.tar.gz |
intermediate changes
ref:30935020072ce517547ac9c1f3d61eb568059de5
Diffstat (limited to 'contrib/tools')
-rw-r--r-- | contrib/tools/python3/src/Include/Python.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Include/Python.h b/contrib/tools/python3/src/Include/Python.h index 1c3399f607..7f7ed5981c 100644 --- a/contrib/tools/python3/src/Include/Python.h +++ b/contrib/tools/python3/src/Include/Python.h @@ -116,7 +116,7 @@ #include "sliceobject.h" #include "cellobject.h" #include "iterobject.h" -#include <contrib/tools/python3/src/Include/cpython/initconfig.h> +#include "cpython/initconfig.h" #include "genobject.h" #include "descrobject.h" #include "genericaliasobject.h" |