Loading ccnode/exceptions.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ class CCException(Exception): ''' ''' def __init__(self, message, exception=None): ''' ''' Loading @@ -18,6 +17,7 @@ class CCException(Exception): else: return '%s' % self._message class FeatureNotImplemented(CCException): ''' ''' Loading ccnode/kvm.py +3 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ from libvirtwrapper import LibvirtHypervisor class KvmHypervisor(LibvirtHypervisor): ''' Base class of a Kvm Hypervisor Loading Loading
ccnode/exceptions.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ class CCException(Exception): ''' ''' def __init__(self, message, exception=None): ''' ''' Loading @@ -18,6 +17,7 @@ class CCException(Exception): else: return '%s' % self._message class FeatureNotImplemented(CCException): ''' ''' Loading
ccnode/kvm.py +3 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ from libvirtwrapper import LibvirtHypervisor class KvmHypervisor(LibvirtHypervisor): ''' Base class of a Kvm Hypervisor Loading