From b8ff69af51aeff396772bb1390a522425732e085 Mon Sep 17 00:00:00 2001 From: Louis Date: Wed, 1 Oct 2014 17:31:45 +0200 Subject: [PATCH] =?UTF-8?q?Utilisation=20de=20python3=20par=20d=C3=A9fault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- songbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/songbook b/songbook index f8fbd2a8..e3bcf555 100755 --- a/songbook +++ b/songbook @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 # -*- coding: utf-8 -*- """Command line tool to compile songbooks using the songbook library."""