summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/Python-ast.h
blob: 5861085f51c14bb6781693bf69eebd56fa8deca7 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#error "No <Python-ast.h> in Python3"
#else
#include <contrib/tools/python/src/Include/Python-ast.h>
#endif