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

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