mkdb: use open() with the context manager in more places
commitf82cf70498136e64bea1ed7af006be52e130a62a
authorStefan Sauer <ensonic@users.sf.net>
Sat, 5 May 2018 08:40:23 +0000 (5 10:40 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Sat, 5 May 2018 08:40:23 +0000 (5 10:40 +0200)
tree5413e843328a560c13698823ffc0ccc389f45dd5
parent58de11f918e7ce60e28ee891312f16f05aeedba6
mkdb: use open() with the context manager in more places

This way we can't forget to close files and it is more compact.
gtkdoc/mkdb.py