summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-05 16:07:16 (GMT)
committerGitHub <noreply@github.com>2023-05-05 16:07:16 (GMT)
commit2c3797d7bdb397c25f82f25be6bbabe921e42255 (patch)
treeec91c3d842f91120a8e124de253bd8ef1b5c5a65 /configure.ac
parent6fbbfa735f1ca7af260c94a71a397a11960e3b4a (diff)
downloadhdf5-metadata_cache_macro_cleanup.zip
hdf5-metadata_cache_macro_cleanup.tar.gz
hdf5-metadata_cache_macro_cleanup.tar.bz2
remove obsolete SZIP find module (#2901)metadata_cache_macro_cleanup
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions
="hl opt">('{1, "') > -1: match = strprog.search(line) if match: lines.append(" '" + match.group(1) + "',\n") fp.close() lines.sort() # load the output skeleton from the target fp = open(optfile) format = fp.readlines() fp.close() # insert the lines of keywords try: start = format.index("#--start keywords--\n") + 1 end = format.index("#--end keywords--\n") format[start:end] = lines except ValueError: sys.stderr.write("target does not contain format markers\n") sys.exit(1) # write the output file fp = open(optfile, 'w') fp.write(''.join(format)) fp.close() if __name__ == "__main__": main()