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

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