Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
93676fd867
@ -50,6 +50,7 @@ try :
|
|||||||
|
|
||||||
# Pour chaque oeuvre
|
# Pour chaque oeuvre
|
||||||
for o in root.iter('oeuvre'):
|
for o in root.iter('oeuvre'):
|
||||||
|
print ".",
|
||||||
idtechnique = "NULL"
|
idtechnique = "NULL"
|
||||||
idmatiere = "NULL"
|
idmatiere = "NULL"
|
||||||
iddomaine= "NULL"
|
iddomaine= "NULL"
|
||||||
@ -208,3 +209,4 @@ except mdb.Error, e:
|
|||||||
finally:
|
finally:
|
||||||
if con:
|
if con:
|
||||||
con.close()
|
con.close()
|
||||||
|
print "end"
|
||||||
|
Reference in New Issue
Block a user