Change in ovirt-hosted-engine-ha[master]: Make FSMLoggerAdapter compatible with Python 2.6

msivak at redhat.com msivak at redhat.com
Mon Mar 3 16:41:55 UTC 2014


Martin Sivák has submitted this change and it was merged.

Change subject: Make FSMLoggerAdapter compatible with Python 2.6
......................................................................


Make FSMLoggerAdapter compatible with Python 2.6

Python 2.6 does not use new style classes in the logging
subsystem, but the super call requires the parent to be
a new style class.

This patch updates the code to use the old way of calling
parent's constructor.

Change-Id: Ia02a3b7174554f174ad84ec1e22f565e62b69c32
Signed-off-by: Martin Sivak <msivak at redhat.com>
---
M ovirt_hosted_engine_ha/lib/fsm/machine.py
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Sandro Bonazzola: Looks good to me, but someone else must approve
  Martin Sivák: Verified; Looks good to me, approved
  Jiří Moskovčák: Looks good to me, but someone else must approve
  Greg Padgett: Looks good to me, but someone else must approve



-- 
To view, visit http://gerrit.ovirt.org/25269
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia02a3b7174554f174ad84ec1e22f565e62b69c32
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-hosted-engine-ha
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak at redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadgett at redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmoskovc at redhat.com>
Gerrit-Reviewer: Martin Sivák <msivak at redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the Engine-commits mailing list