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

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