aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/fileobject.h
blob: e2267c7814a8300ff1964f8c2105224c20541954 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/cpython/fileobject.h>
#else
#error "No <cpython/fileobject.h> in Python2"
#endif