From 306a10f4c15bd82bcdce31668885e6253b6c3b2d Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Thu, 23 Dec 2010 13:59:56 +0100 Subject: [PATCH] whitespace --- ccnode/libvirtwrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ccnode/libvirtwrapper.py b/ccnode/libvirtwrapper.py index 826c183..9922a88 100644 --- a/ccnode/libvirtwrapper.py +++ b/ccnode/libvirtwrapper.py @@ -311,6 +311,7 @@ class LibvirtHypervisor(Hypervisor): def get_status(self): raise NotImplementedError() + #TODO: finish storage class, make tests, class LibvirtHVStorage(HVStorage): ''' -- GitLab