# HG changeset patch # User lbessard # Date 1191599884 -7200 # Node ID db803c81f19f9e6a616e68bf84b1906de3c13c88 # Parent 32d93e0c6e64140d92082507b2ba6d3b250f8c4b Bug on some eds including StandardDataTypes section fixed diff -r 32d93e0c6e64 -r db803c81f19f objdictgen/eds_utils.py --- a/objdictgen/eds_utils.py Tue Oct 02 17:59:16 2007 +0200 +++ b/objdictgen/eds_utils.py Fri Oct 05 17:58:04 2007 +0200 @@ -109,7 +109,8 @@ # List of section names that are not index and subindex and that we can meet in # an EDS file SECTION_KEYNAMES = ["FILEINFO", "DEVICEINFO", "DUMMYUSAGE", "COMMENTS", - "MANDATORYOBJECTS", "OPTIONALOBJECTS", "MANUFACTUREROBJECTS"] + "MANDATORYOBJECTS", "OPTIONALOBJECTS", "MANUFACTUREROBJECTS", + "STANDARDDATATYPES"] # Function that extract sections from a file and returns a dictionary of the informations