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

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