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

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