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

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