Cosimo Lupo 440c71345a
UFOReader: have readInfo return a dict
but keep current behavior whereby caller can pass an Info object.
The readInfo method was the only one that takes an output argument,
all the others just return some raw data.
I like to fully construct my classes in their __init__ method.
E.g. Info(**reader.readInfo())
2018-10-25 15:36:08 +01:00
..
2018-10-18 19:50:26 +01:00
2017-11-24 17:46:31 +01:00
2018-05-21 23:50:26 -04:00