aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/pygetopt.h
blob: 7338e0c0cac9552542eaece2c0ab88f15dd1cb8f (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