From d15e10cafc4e4855c729313271bd2a251d1f7b08 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 26 Feb 2020 17:00:20 +0100 Subject: [PATCH] specify python2 --- sfa/examples/miniclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/examples/miniclient.py b/sfa/examples/miniclient.py index 2366c782..0e5fdffa 100755 --- a/sfa/examples/miniclient.py +++ b/sfa/examples/miniclient.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # this is designed to use a totally empty new directory # so we demonstrate how to bootstrap the whole thing -- 2.47.0