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

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