Implemented the retrieval of values with groups of AVLs

This commit is contained in:
Celine Mercier
2016-03-25 15:35:16 +01:00
parent 69856f18dd
commit ff6c27acf2
5 changed files with 53 additions and 22 deletions

View File

@ -134,9 +134,10 @@ if __name__ == '__main__':
# # #print("header", line)
# #
id = line.split(" ", 1)[0][1:]
# # #print(id)
print(id)
# # #rest = (line[:-1].split(" ", 1)[1]).split(";")
view[i].set_id(id)
#print(view[i]["ID"])
#
i+=1