aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/sliceobject.h
blob: ce35f69ea508062f6868ea0ea85c29479b8a7b39 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/sliceobject.h>
#else
#include <contrib/tools/python/src/Include/sliceobject.h>
#endif