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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/bytesobject.h>
#else
#include <contrib/tools/python/src/Include/bytesobject.h>
#endif