aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/errcode.h
blob: 0716dc2e1546e11a1990bf215dd5a8bdeeffa924 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/errcode.h>
#else
#include <contrib/tools/python/src/Include/errcode.h>
#endif