예제 #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)