Francesco Romani has uploaded a new change for review. Change subject: hypervisor interface: inherit from object ......................................................................
hypervisor interface: inherit from object make sure the HypervisorInterface inherits from object. Change-Id: I7339176b953f056ff0a45a60ca23e7a5ff4c4e74 Signed-off-by: Francesco Romani <from...@redhat.com> --- M mom/HypervisorInterfaces/HypervisorInterface.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/24/41224/1 diff --git a/mom/HypervisorInterfaces/HypervisorInterface.py b/mom/HypervisorInterfaces/HypervisorInterface.py index 430dba8..880e0da 100644 --- a/mom/HypervisorInterfaces/HypervisorInterface.py +++ b/mom/HypervisorInterfaces/HypervisorInterface.py @@ -14,7 +14,8 @@ # License along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -class HypervisorInterface: + +class HypervisorInterface(object): """ HypervisorInterface is an abstract class which defines all interfaces used by MOM to get guest memory statistics and control guest memory -- To view, visit https://gerrit.ovirt.org/41224 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7339176b953f056ff0a45a60ca23e7a5ff4c4e74 Gerrit-PatchSet: 1 Gerrit-Project: mom Gerrit-Branch: master Gerrit-Owner: Francesco Romani <from...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches