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

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/unicodeobject.h>
#else
#include <contrib/tools/python/src/Include/unicodeobject.h>
#endif