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

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