Пример #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)