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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/internal/pycore_sysmodule.h>
#else
#error "No <internal/pycore_sysmodule.h> in Python2"
#endif