aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/unicodeobject.h
blob: 9b531b5d2cbad09d184d1d1f6f006c5f3ec821a6 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/unicodeobject.h> 
#else 
#include <contrib/tools/python/src/Include/unicodeobject.h> 
#endif