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

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