summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/patchlevel.h
blob: d4c846ea33317538bc33be75aa3e168a677b61ab (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/patchlevel.h>
#else
#include <contrib/tools/python/src/Include/patchlevel.h>
#endif