示例#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)