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

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