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

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