Пример #1
0
 def _destroy(self):
     handle_error(
         self,
         reprounzip.destroy(
             self.directory,
             unpacker=self.unpacker,
             root=ROOT.INDEX_TO_OPTION[self.root.currentIndex()]))
     self._directory_changed(force=True)
Пример #2
0
 def _destroy(self):
     handle_error(self, reprounzip.destroy(
         self.directory, unpacker=self.unpacker,
         root=ROOT.INDEX_TO_OPTION[self.root.currentIndex()]))
     self._directory_changed(force=True)