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

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