aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/rangeobject.h
blob: dc0b4a219b35ad60bde3a8e992e1070dc59d455f (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