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