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

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