summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/pygetopt.h
blob: 9d66973417fdbd0d38f0af775ccbeea7c83af93b (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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