summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/pythonrun.h
blob: cfc5384957fa5e58eaa0e0c6bdef96789b12b87d (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/src/Include/cpython/pythonrun.h>
#else
#error "No <cpython/pythonrun.h> in Python2"
#endif