示例#1
0
    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/"
            )
示例#2
0
    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/')
示例#3
0
文件: windows_msvc.py 项目: 6br/servo
 def __init__(self, **kwargs):
     BaseBootstrapper.__init__(self, **kwargs)
示例#4
0
 def __init__(self, **kwargs):
     BaseBootstrapper.__init__(self, **kwargs)