コード例 #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
ファイル: egg_info.py プロジェクト: BadRushdeep/ECellWeb2k18
 def warn(self, msg):
     if not self._should_suppress_warning(msg):
         sdist.warn(self, msg)