summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/cpython/pyerrors.h
blob: 96bdf0217c8083c18c20fa6173f2ec6c00a5f724 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/cpython/pyerrors.h>
#else
#error "No <cpython/pyerrors.h> in Python2"
#endif