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

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