mooli tayer has uploaded a new change for review. Change subject: tool: remove unused NotRootError. ......................................................................
tool: remove unused NotRootError. Change-Id: I8e86dd38e3a871d55ffc5cb67d5f4596ec4dc3a6 Signed-off-by: Mooli Tayer <[email protected]> --- M lib/vdsm/tool/configurators/libvirt.py M lib/vdsm/tool/configurators/sanlock.py 2 files changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/56/32256/1 diff --git a/lib/vdsm/tool/configurators/libvirt.py b/lib/vdsm/tool/configurators/libvirt.py index 0f88b32..1b7556b 100644 --- a/lib/vdsm/tool/configurators/libvirt.py +++ b/lib/vdsm/tool/configurators/libvirt.py @@ -27,7 +27,6 @@ from vdsm.config import config from .. import \ - NotRootError, \ service, \ validate_ovirt_certs from . import \ diff --git a/lib/vdsm/tool/configurators/sanlock.py b/lib/vdsm/tool/configurators/sanlock.py index 0c847a3..1c2b3dd 100644 --- a/lib/vdsm/tool/configurators/sanlock.py +++ b/lib/vdsm/tool/configurators/sanlock.py @@ -21,7 +21,6 @@ import grp import pwd -from .. import NotRootError from .import \ CONFIGURED, \ InvalidConfig, \ -- To view, visit http://gerrit.ovirt.org/32256 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8e86dd38e3a871d55ffc5cb67d5f4596ec4dc3a6 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
