def __init__(self, **kwargs): BaseBootstrapper.__init__(self, **kwargs) if not self.which("pacman"): raise NotImplementedError( "The Windows bootstrapper only works with msys2 with pacman. Get msys2 at " "http://msys2.github.io/" )
def __init__(self, **kwargs): BaseBootstrapper.__init__(self, **kwargs) if not self.which('pacman'): raise NotImplementedError('The Windows bootstrapper only works with msys2 with pacman. Get msys2 at ' 'http://msys2.github.io/')
def __init__(self, **kwargs): BaseBootstrapper.__init__(self, **kwargs)