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

#ifdef USE_PYTHON3_PREV
#error "No <bytes_methods.h> in Python3"
#else
#include <contrib/tools/python/src/Include/bytes_methods.h>
#endif