aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pystrhex.h
blob: a8a41a1b5696647add39ebdaaac2e4e91244e215 (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