[node-patches] Change in ovirt-node[master]: Stop doing circular imports in process.check_output

mburns at redhat.com mburns at redhat.com
Mon Jul 1 17:59:27 UTC 2013


Michael Burns has submitted this change and it was merged.

Change subject: Stop doing circular imports in process.check_output
......................................................................


Stop doing circular imports in process.check_output

ovirt.node.utils.system requires ovirt.node.utils.process.
Circular imports make process unusable from a python shell.
Use try/except to work around missing check_output instead.

Change-Id: I78891bc3e1dffb6fba320f3bb8b982f2fca75049
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirt/node/utils/process.py
1 file changed, 5 insertions(+), 4 deletions(-)

Approvals:
  Michael Burns: Verified; Looks good to me, approved


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

Gerrit-MessageType: merged
Gerrit-Change-Id: I78891bc3e1dffb6fba320f3bb8b982f2fca75049
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Michael Burns <mburns at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server



More information about the node-patches mailing list