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

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