hv_base: Remove empty constructor
authorMichael Hanselmann <hansmi@google.com>
Tue, 22 Jan 2013 12:55:33 +0000 (13:55 +0100)
committerMichael Hanselmann <hansmi@google.com>
Tue, 22 Jan 2013 14:05:37 +0000 (15:05 +0100)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bernardo Dal Seno <bdalseno@google.com>

lib/hypervisor/hv_base.py

index 1cc054a..582c9b9 100644 (file)
@@ -169,9 +169,6 @@ class BaseHypervisor(object):
   ANCILLARY_FILES_OPT = []
   CAN_MIGRATE = False
 
-  def __init__(self):
-    pass
-
   def StartInstance(self, instance, block_devices, startup_paused):
     """Start an instance."""
     raise NotImplementedError