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

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