aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/odictobject.h
blob: 01ca23838dc4c40b1e4da8aa22a52aa6d656ffb1 (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