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

#ifdef USE_PYTHON3_PREV
#error "No <genobject.h> in Python3"
#else
#include <contrib/tools/python/src/Include/genobject.h>
#endif