Example #1
0
File: cert.py Project: m47ik/uyuni
 def __init__(self):
     log_debug(3)
     Authentication.__init__(self)
     self.functions = [
         'download',
     ]
Example #2
0
 def __init__(self):
     log_debug(3)
     Authentication.__init__(self)
     self.functions = [
         'download',
     ]