aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cStringIO.h
blob: 07c32840e1e819793c14745a0022068455f9e149 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#error "No <cStringIO.h> in Python3" 
#else 
#include <contrib/tools/python/src/Include/cStringIO.h> 
#endif