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

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