aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/unicodeobject.h
blob: 260680d0eaf2d7305fbc8360a86f8f724b254ac1 (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