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

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