56
57
The configuration object. Can be instantiated with no arguments (will
57
58
implicitly find the ivle.conf file and load it).
59
63
def __init__(self, *args, **kwargs):
60
64
conffile = search_conffile()
61
super(Config, self).__init__(infile=conffile, *args, **kwargs)
66
super(Config, self).__init__(infile=conffile, configspec=specfile,