예제 #1
0
 def __init__(self, manifest_file):
     RootFile.__init__(self, manifest_file)
예제 #2
0
파일: manifest.py 프로젝트: swapnanil/cvmfs
 def __init__(self, manifest_file):
     RootFile.__init__(self, manifest_file)
예제 #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)
예제 #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)