From d1593c18d78e68f7c322eb88552d9fc4704be224 Mon Sep 17 00:00:00 2001 From: Stefano Belforte Date: Tue, 26 Oct 2021 12:10:36 +0200 Subject: [PATCH] testing done. Move again to use python3 --- bin/crab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/crab b/bin/crab index 56cf657c..cdf713cb 100755 --- a/bin/crab +++ b/bin/crab @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ This contains the hooks to call the different command plug-ins. It is not intended to contain any of the CRAB-3 client logic,