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