Commit a20417ba848bfdb8659b8e71bd754a5ee586d06b

Authored by lahouass
1 parent 47e497e7

Up

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -13,4 +13,4 @@ for parametre in xml.getchildren(): @@ -13,4 +13,4 @@ for parametre in xml.getchildren():
13 parametre.text = value 13 parametre.text = value
14 with open('111-1.xml', 'w') as myFile: 14 with open('111-1.xml', 'w') as myFile:
15 myFile.write(etree.tounicode(xml)) 15 myFile.write(etree.tounicode(xml))
16 -myFile.close  
17 \ No newline at end of file 16 \ No newline at end of file
  17 +myFile.close()
18 \ No newline at end of file 18 \ No newline at end of file