Exemplo n.º 1
0
 def pack(self, src_path):
     Archive.create(self.packed_path, src_path)
Exemplo n.º 2
0
 def pack(self):
     Archive.create(self._args['<OUT>'], self._args['<SOURCE>'])
Exemplo n.º 3
0
 def pack(self):
     Archive.create(self._args['<OUT>'], self._args['<SOURCE>'])
Exemplo n.º 4
0
 def pack(self, src_path):
     Archive.create(self._packed_path, src_path)