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

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