예제 #1
0
파일: egg_info.py 프로젝트: 0x00xw/wooyun
 def warn(self, msg):  # suppress missing-file warnings from sdist
     if not msg.startswith("standard file not found:"):
         sdist.warn(self, msg)
예제 #2
0
 def warn(self, msg):  # suppress missing-file warnings from sdist
     if not msg.startswith("standard file not found:"):
         sdist.warn(self, msg)
예제 #3
0
파일: egg_info.py 프로젝트: jsirois/pex
 def warn(self, msg):
     if not self._should_suppress_warning(msg):
         sdist.warn(self, msg)
예제 #4
0
 def warn(self, msg):
     if not self._should_suppress_warning(msg):
         sdist.warn(self, msg)