modifié : INITBASE/loader.py

This commit is contained in:
sidya82 2015-03-20 18:40:48 +01:00
parent fa80ffb171
commit 3f00368aed
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"