コード例 #1
0
 def run(self):
     install.run(self)
     _DownloadVsWhere()
コード例 #2
0
 def run(self):
     develop.run(self)
     try:
         _DownloadVsWhere()
     except:
         pass
コード例 #3
0
 def run(self):
     # we need to download vswhere so throw the exception if we don't get it
     _DownloadVsWhere()
     sdist.run(self)