aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python
diff options
context:
space:
mode:
authoryuryalekseev <yuryalekseev@yandex-team.com>2022-12-28 18:34:10 +0300
committeryuryalekseev <yuryalekseev@yandex-team.com>2022-12-28 18:34:10 +0300
commit48aaf60ffad50a3cd1dd55d80d8d2fde282f9f26 (patch)
treec13dfc679b3ba52d0b2e3b49048f3c6d4529edf1 /contrib/libs/python
parent7ee4233c4eea5893888ea9657229587d508662c4 (diff)
downloadydb-48aaf60ffad50a3cd1dd55d80d8d2fde282f9f26.tar.gz
Move dstool_oss to ydb/apps/dstool.
Diffstat (limited to 'contrib/libs/python')
-rw-r--r--contrib/libs/python/Include/cStringIO.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include/cStringIO.h b/contrib/libs/python/Include/cStringIO.h
new file mode 100644
index 0000000000..3a8a908d56
--- /dev/null
+++ b/contrib/libs/python/Include/cStringIO.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#ifdef USE_PYTHON3
+#error "No <cStringIO.h> in Python3"
+#else
+#include <contrib/tools/python/src/Include/cStringIO.h>
+#endif