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

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