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