aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/timefuncs.h
blob: 1b1828b17a068ab5e0fe9bfbb688e7b54783df8a (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#error "No <timefuncs.h> in Python3" 
#else 
#include <contrib/tools/python/src/Include/timefuncs.h> 
#endif