Commit 23ef60cf authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

typo

parent 6def5763
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
class CCException(Exception):
    '''
    '''
    
    def __init__(self, message, exception=None):
        '''
        '''
@@ -18,6 +17,7 @@ class CCException(Exception):
        else:
            return '%s' % self._message


class FeatureNotImplemented(CCException):
    '''
    '''
+3 −2
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

from libvirtwrapper import LibvirtHypervisor


class KvmHypervisor(LibvirtHypervisor):
    '''
    Base class of a Kvm Hypervisor