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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/pybuffer.h>
#else
#error "No <pybuffer.h> in Python2"
#endif