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

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