aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cobject.h
blob: d12c552e7ea52958d573f6453c862ca6858343c8 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#error "No <cobject.h> in Python3" 
#else 
#include <contrib/tools/python/src/Include/cobject.h> 
#endif