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