From 3f00368aed4202aed194d6c15d38c4b48c1d6736 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 20 Mar 2015 18:40:48 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20INITBASE/loader.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INITBASE/loader.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INITBASE/loader.py b/INITBASE/loader.py index ff04d57..8cb86ce 100755 --- a/INITBASE/loader.py +++ b/INITBASE/loader.py @@ -50,6 +50,7 @@ try : # Pour chaque oeuvre for o in root.iter('oeuvre'): + print "." idtechnique = "NULL" idmatiere = "NULL" iddomaine= "NULL" @@ -208,3 +209,4 @@ except mdb.Error, e: finally: if con: con.close() +print "end"