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

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