From 9b61e166c8e1ae1c5d71049cc02860ecfb0e80fd Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Mon, 29 Oct 2007 12:42:18 +0000 Subject: [PATCH] print en moins --- InterfaceTK/change_comm.py | 1 - InterfaceTK/compomacro.py | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/InterfaceTK/change_comm.py b/InterfaceTK/change_comm.py index ae48ba0c..5fb53226 100755 --- a/InterfaceTK/change_comm.py +++ b/InterfaceTK/change_comm.py @@ -118,7 +118,6 @@ class DUP : p=convert.plugins[format]() p.settext(textedecoup) text=p.convert('exec',self) - print text if not p.cr.estvide(): print ("Erreur à la conversion") print str(p.cr) diff --git a/InterfaceTK/compomacro.py b/InterfaceTK/compomacro.py index ed61e4f6..485e6116 100644 --- a/InterfaceTK/compomacro.py +++ b/InterfaceTK/compomacro.py @@ -37,7 +37,7 @@ from widgets import showinfo,showerror # __version__="$Name: $" -__Id__="$Id: compomacro.py,v 1.1.2.1 2007-08-10 13:59:00 pnoyret Exp $" +__Id__="$Id: compomacro.py,v 1.1.4.2 2007-10-23 09:07:33 pnoyret Exp $" # class MACROPanel(panels.OngletPanel): @@ -206,8 +206,6 @@ class INCLUDETreeItemBase(MACROTreeItem): #print "makeEdit",self.object,self.object.nom #print "makeEdit",self.object.jdc_aux,self.object.jdc_aux.nom #print "makeEdit",self.object.jdc_aux.context_ini - print "hhhhhhhhhhhhhhhhhhhhhhhhhhhh" - print self.object.text_converted if self.object.text_converted == 0: # Le texte du fichier inclus n'a pas pu etre converti par le module convert msg="Le fichier de commande n'a pas pu etre converti pour etre editable par Eficas\n\n" -- 2.39.2