Exemplo n.º 1
0
 def strip_dir(self, dir):
     misc.map_command_dir(
         self,
         self.expand(dir),
         self.expand("%(strip_command)s"),
         misc.binary_strip_p(self.no_binary_strip, self.no_binary_strip_extensions),
     )
Exemplo n.º 2
0
 def strip_dir(self, dir):
     misc.map_command_dir(
         self, self.expand(dir), self.expand('%(strip_command)s'),
         misc.binary_strip_p(self.no_binary_strip,
                             self.no_binary_strip_extensions))