This commit is contained in:
Malibu 2015-03-20 18:47:45 +01:00
commit 93676fd867
1 changed files with 2 additions and 0 deletions

View File

@ -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"