aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pycxx/cxx_exceptions.cxx
blob: 581c487d6aa3f4c5d65713670a6ee5fcbc570e6f (plain) (blame)
1
2
3
4
5
6
7
#include "WrapPython.h"

#if PY_MAJOR_VERSION == 2
#include "Python2/cxx_exceptions.cxx"
#else
#include "Python3/cxx_exceptions.cxx"
#endif