Example #1
0
 def __init__(self, manifest_file):
     RootFile.__init__(self, manifest_file)
Example #2
0
 def __init__(self, manifest_file):
     RootFile.__init__(self, manifest_file)
Example #3
0
 def __init__(self, whitelist_file):
     self.fingerprints = []
     self._fingerprint_re = re.compile('^(([0-9A-F]{2}:){19}[0-9A-F]{2}).*')
     self._timestamp_re = re.compile('[0-9]{14}')
     RootFile.__init__(self, whitelist_file)
Example #4
0
 def __init__(self, whitelist_file):
     self.fingerprints = []
     self._fingerprint_re = re.compile('^(([0-9A-F]{2}:){19}[0-9A-F]{2}).*')
     self._timestamp_re   = re.compile('[0-9]{14}')
     RootFile.__init__(self, whitelist_file)