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

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