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