aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/bytes_methods.h
blob: f74e146029c9a2d28079de59a497f0bbf5491e7c (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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