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