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

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