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