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