From 17e648bb8ef9949d9547ea5c8044a3a065cbcb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Tue, 10 May 2022 10:31:25 +0200 Subject: [PATCH] Utilisation de python3 pour setup_main_tex_file.py --- setup_main_tex_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_main_tex_file.py b/setup_main_tex_file.py index eb36e2c..5329ae9 100755 --- a/setup_main_tex_file.py +++ b/setup_main_tex_file.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding:utf-8 -*- import argparse