aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pycxx/IndirectPythonInterface.hxx
blob: 8a59407d346bdd9625e7dc8ef7f30167e6201e04 (plain) (blame)
1
2
3
4
5
6
7
#include "WrapPython.h"

#if PY_MAJOR_VERSION == 2
#include "Python2/IndirectPythonInterface.hxx"
#else
#include "Python3/IndirectPythonInterface.hxx"
#endif