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

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