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

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