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

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