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

#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/pyhash.h>
#else
#error "No <pyhash.h> in Python2"
#endif