Change in ovirt-engine[master]: packaging: Updated cleanup to work in python2.6

Ofer Schreiber has submitted this change and it was merged. Change subject: packaging: Updated cleanup to work in python2.6 ...................................................................... packaging: Updated cleanup to work in python2.6 This patch updates the getFiles() function call to return dict(key, value) instead of dict comprehension {key: value} because python 2.6 (the one in rhel and centos) doesn't allow dict comprehensions. Change-Id: I9106e331e4e71b8641428c1f00d9d13a80a56b82 Signed-off-by: Alex Lourie <alourie@redhat.com> --- M packaging/setup/plugins/ovirt-engine-remove/files/simple.py 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Ofer Schreiber: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/15593 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9106e331e4e71b8641428c1f00d9d13a80a56b82 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <alourie@redhat.com> Gerrit-Reviewer: Alex Lourie <alourie@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Moran Goldboim <mgoldboi@redhat.com> Gerrit-Reviewer: Ofer Schreiber <oschreib@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com>
participants (1)
-
oschreib@redhat.com