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