aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pygetopt.h
blob: 3e591b03ce0094f919e3ca04ba551fc12a190535 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#error "No <pygetopt.h> in Python3"
#else
#include <contrib/tools/python/src/Include/pygetopt.h>
#endif