aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/fileutils.h
blob: 321ba5ae19b03344512079decce4ed12034232a3 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/cpython/fileutils.h> 
#else 
#error "No <cpython/fileutils.h> in Python2" 
#endif