|
|
|||
File indexing completed on 2026-04-20 07:59:00
0001 from pandaharvester.harvesterzipper.base_zipper import BaseZipper 0002 0003 0004 # base class for stager plugin inheriting from BaseZipper since zip functions 0005 # were moved from stager to zipper 0006 class BaseStager(BaseZipper): 0007 # constructor 0008 def __init__(self, **kwarg): 0009 self.zipDir = "${SRCDIR}" 0010 self.zip_tmp_log = None 0011 self.zip_jobSpec = None 0012 BaseZipper.__init__(self, **kwarg)
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|