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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/cpython/cellobject.h>
#else
#error "No <cpython/cellobject.h> in Python2"
#endif