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

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