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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/cpython/sysmodule.h>
#else
#error "No <cpython/sysmodule.h> in Python2"
#endif