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

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