From 591039eaf3a01d670195703cb99fc31987592336 Mon Sep 17 00:00:00 2001 From: Witold Baryluk Date: Thu, 16 Nov 2023 00:41:02 +0000 Subject: [PATCH] [cli] Use python3 shebang (#622) Rational in PEP-394 fine print and reality of various distros Details in https://github.com/derrod/legendary/issues/572 Closes: https://github.com/derrod/legendary/issues/572 --- legendary/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legendary/cli.py b/legendary/cli.py index 58d3ad0..210ae59 100644 --- a/legendary/cli.py +++ b/legendary/cli.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding: utf-8 import argparse