Revert "utils: casctl needs python 3.5+"
This reverts commit 087dd29560
.
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
14abaf1589
commit
791829a8ce
@ -10,9 +10,6 @@ import sys
|
|||||||
|
|
||||||
import opencas
|
import opencas
|
||||||
|
|
||||||
if sys.version_info < (3, 5):
|
|
||||||
raise RuntimeError('At least Python 3.5 is required')
|
|
||||||
|
|
||||||
def eprint(*args, **kwargs):
|
def eprint(*args, **kwargs):
|
||||||
print(*args, file=sys.stderr, **kwargs)
|
print(*args, file=sys.stderr, **kwargs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user