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

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