Example #1
0
 def __init__(self, ctx):
     self._log = _log
     self._ctx = ctx
     self._unzipUtil = UnzipUtil(ctx)
     self._hashUtil = HashUtil(ctx)
     self._dcm = DirectoryCacheManager(ctx)
     self._dwn = self._get_downloader(ctx)(ctx)
Example #2
0
 def __init__(self, ctx):
     self._log = _log
     self._ctx = ctx
     self._unzipUtil = UnzipUtil(ctx)
     self._dwn = self._get_downloader(ctx)(ctx)