scripts: gen_relocate_app: fix C0201 pylint warning As pylint says "Consider iterating the dictionary directly instead of calling .keys()" don't use .keys() method. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>