Beispiel #1
0
 def warn(self, msg):  # suppress missing-file warnings from sdist
     if not msg.startswith("standard file not found:"):
         sdist.warn(self, msg)
Beispiel #2
0
 def warn(self, msg):  # suppress missing-file warnings from sdist
     if not msg.startswith("standard file not found:"):
         sdist.warn(self, msg)
Beispiel #3
0
 def warn(self, msg):
     if not self._should_suppress_warning(msg):
         sdist.warn(self, msg)
Beispiel #4
0
 def warn(self, msg):
     if not self._should_suppress_warning(msg):
         sdist.warn(self, msg)