On enleve le bourrage a la fin
darcs-hash:20050612103810-c3cc4-030736c39ad73158f60f236a686213f4d04b23b0.gz
This commit is contained in:
parent
e6d57aa394
commit
ea296f4f5b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class hp9500:
|
|||
return "ERREUR : la connexion vers l'imprimante n'est pas ouverte"
|
||||
|
||||
fichier=open(filename)
|
||||
self.__douille.sendall(fichier.read()+"\n@PJL"*1024)
|
||||
self.__douille.sendall(fichier.read())
|
||||
fichier.close()
|
||||
|
||||
def write_postscript(self,filename, name, display):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue