From c4469f75038692061ad4970c202f9b4807cc1764 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Tue, 20 Jan 2009 18:11:48 +0000
Subject: [PATCH] KVM: fix class docstring

Reviewed-by: iustinp
---
 lib/hypervisor/hv_kvm.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py
index c40b5e3f9..b021c4613 100644
--- a/lib/hypervisor/hv_kvm.py
+++ b/lib/hypervisor/hv_kvm.py
@@ -36,12 +36,8 @@ from ganeti.hypervisor import hv_base
 
 
 class KVMHypervisor(hv_base.BaseHypervisor):
-  """Fake hypervisor interface.
+  """KVM hypervisor interface"""
 
-  This can be used for testing the ganeti code without having to have
-  a real virtualisation software installed.
-
-  """
   _ROOT_DIR = constants.RUN_GANETI_DIR + "/kvm-hypervisor"
   _PIDS_DIR = _ROOT_DIR + "/pid"
   _CTRL_DIR = _ROOT_DIR + "/ctrl"
-- 
GitLab