summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/internal/pycore_pathconfig.h
blob: 48f1629a146bab8a2567db584beebb0140394184 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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