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

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