From f5de39a1be9ceba3c8baa5ad5821a875d1c81e54 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Beno=C3=AEt=20Pin?= Date: Tue, 26 Oct 2010 09:31:13 +0200 Subject: [PATCH] =?utf8?q?Ajout=20des=20d=C3=A9clarations=20d'encodage.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- BaseSlot.py | 1 + FileSlot.py | 1 + ImageSlot.py | 1 + MosaicDocument.py | 1 + MosaicTool.py | 1 + SpacerSlot.py | 1 + StringSlot.py | 1 + 7 files changed, 7 insertions(+) diff --git a/BaseSlot.py b/BaseSlot.py index e9d19ea..24c958d 100755 --- a/BaseSlot.py +++ b/BaseSlot.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # (c) 2003 Centre de Recherche en Informatique ENSMP Fontainebleau # (c) 2003 Benoît PIN # diff --git a/FileSlot.py b/FileSlot.py index 4b7c42e..c4698b3 100755 --- a/FileSlot.py +++ b/FileSlot.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # (c) 2003 Centre de Recherche en Informatique ENSMP Fontainebleau # (c) 2003 Benoît PIN # diff --git a/ImageSlot.py b/ImageSlot.py index 2563fbc..d9616cc 100755 --- a/ImageSlot.py +++ b/ImageSlot.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # (c) 2003 Centre de Recherche en Informatique ENSMP Fontainebleau # (c) 2003 Benoît PIN # diff --git a/MosaicDocument.py b/MosaicDocument.py index 0720d25..4bac153 100755 --- a/MosaicDocument.py +++ b/MosaicDocument.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # (c) 2003 Centre de Recherche en Informatique ENSMP Fontainebleau # (c) 2003 Benoît PIN # diff --git a/MosaicTool.py b/MosaicTool.py index 9cad0b5..86ef932 100755 --- a/MosaicTool.py +++ b/MosaicTool.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # (c) 2003 Centre de Recherche en Informatique ENSMP Fontainebleau # (c) 2003 Benoît PIN # diff --git a/SpacerSlot.py b/SpacerSlot.py index 9103a5b..e8daf01 100755 --- a/SpacerSlot.py +++ b/SpacerSlot.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # (c) 2003 Centre de Recherche en Informatique ENSMP Fontainebleau # (c) 2003 Benoît PIN # diff --git a/StringSlot.py b/StringSlot.py index 23531e6..64c2524 100755 --- a/StringSlot.py +++ b/StringSlot.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # (c) 2003 Centre de Recherche en Informatique ENSMP Fontainebleau # (c) 2003 Benoît PIN # -- 2.20.1