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

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