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

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