From 710ad096fc52f1f6f1787506b0984fe2a97f9ab9 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 20 Mar 2015 18:53:07 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INITBASE/loader.py b/INITBASE/loader.py index 77f63b9..c16fb06 100755 --- a/INITBASE/loader.py +++ b/INITBASE/loader.py @@ -4,6 +4,7 @@ import MySQLdb as mdb import sys import re import httplib +import sys def exists(site, path): c = httplib.HTTPConnection(site) @@ -50,7 +51,7 @@ try : # Pour chaque oeuvre for o in root.iter('oeuvre'): - print(".",end=" ") + sys.stdout.write('.') idtechnique = "NULL" idmatiere = "NULL" iddomaine= "NULL"