summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_modsupport.h
blob: 28d311e114af66e49fc6187a87e942e1efb3901b (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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