summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/cpython/fileutils.h
blob: b25f3764094724561ae62ad2d587c01da57e4a08 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/cpython/fileutils.h>
#else
#error "No <cpython/fileutils.h> in Python2"
#endif