summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/internal/pycore_strhex.h
blob: e2bb26762c6dfb67b193ee6045dfcf4ff8b75217 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/internal/pycore_strhex.h>
#else
#error "No <internal/pycore_strhex.h> in Python2"
#endif