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