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