aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/genobject.h
blob: 94cc9e0a897482a0303e3b31de6842c3ba6eeacf (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/genobject.h> 
#else 
#include <contrib/tools/python/src/Include/genobject.h> 
#endif