def __init__()

in rpi-image-builder/aws-iot-fleet-provisioning/utils/config_loader.py [0:0]


    def __init__(self, config_file_path):
        self.cf = ConfigParser()
        self.cf.optionxform = str
        self.config_file_path = config_file_path
        self.cf.read(self.config_file_path)