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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/warnings.h>
#else
#include <contrib/tools/python/src/Include/warnings.h>
#endif