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