From 8a0c877b8a6bb85b4c9f30b6a9a25ef13cb43140 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 7 Aug 2018 13:04:28 -0400 Subject: [PATCH] Python 3.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e6e191..21b9822 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ -SRHT_PATH?=/usr/lib/python3.6/site-packages/srht +SRHT_PATH?=/usr/lib/python3.7/site-packages/srht MODULE=gitsrht/ include ${SRHT_PATH}/Makefile -- 2.38.4