From 3511a05c65d1321812bac973b0f9e5d19198e8b8 Mon Sep 17 00:00:00 2001 From: Witold Baryluk Date: Sat, 11 Nov 2023 12:38:13 +0000 Subject: [PATCH] Use python3 shbang 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