summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/pybuffer.h
blob: 4847d539765bb28cd8a421ef494b3c4ff74157ad (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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