From 791829a8cec18d932797e544dec1c8a996671c6a Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 10 Nov 2021 08:41:30 +0100 Subject: [PATCH] Revert "utils: casctl needs python 3.5+" This reverts commit 087dd29560a157dcf59aa18ed688d3f5b5edfd99. Signed-off-by: Robert Baldyga --- utils/casctl | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/casctl b/utils/casctl index f811596..64a5e38 100755 --- a/utils/casctl +++ b/utils/casctl @@ -10,9 +10,6 @@ import sys import opencas -if sys.version_info < (3, 5): - raise RuntimeError('At least Python 3.5 is required') - def eprint(*args, **kwargs): print(*args, file=sys.stderr, **kwargs)