From 6f12ab26d3fcef2cf199913ad61513e82b07cf58 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Tue, 4 Feb 2003 10:40:57 +0000 Subject: [PATCH] =?utf8?q?Ajout=20des=20mots-cl=C3=A9s=20RCS?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Utilites/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Utilites/__init__.py b/Utilites/__init__.py index 1d35c5cc..0eb857f9 100644 --- a/Utilites/__init__.py +++ b/Utilites/__init__.py @@ -1,4 +1,6 @@ """ + $Id$ + Le package UTILITES contient les fonctions permettant d'instrumenter un script : - MESSAGE (module message) @@ -6,6 +8,7 @@ - PAUSE (module pause) """ + __all__ = [ "ici" , "message" , "scrute" , "pause" ] from pause import * from ici import * -- 2.39.2