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

#ifdef USE_PYTHON3_PREV
#error "No <cobject.h> in Python3"
#else
#include <contrib/tools/python/src/Include/cobject.h>
#endif