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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/fileobject.h>
#else
#include <contrib/tools/python/src/Include/fileobject.h>
#endif