blob: b4966a1ad7b35ab1962a1d6b2e8062fd24f7dc67 (
plain) (
blame)
1
2
3
4
5
6
7
|
#pragma once
#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_unicodeobject.h>
#else
#error "No <internal/pycore_unicodeobject.h> in Python2"
#endif
|