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