aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pyport.h
blob: 9f75a32106e92ed10f0d4b07ff90008d01dbe962 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/pyport.h> 
#else 
#include <contrib/tools/python/src/Include/pyport.h> 
#endif