module to use when parsing .properties file in Python
- by Tshepang
configparser raises an exception if one parses a simple .properties (key/value) file wich lacks section headers; other than rolling out code myself, is there some module that allows me to do this?