from ConfigParserList import ConfigParser def list_from_dict(): """ This example sets the configuration from a dict and then fetchs a list :return: """ str_list = ['A ...
Python 3 at some point renamed SafeConfigParser to just ConfigParser. The six package is supposed to handle that sort of nonsense, but apparently not as my other plugin that does use configparser has ...