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

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