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