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