Пример #1
0
 def __init__(self, parsed, tenant_ref, common_utils, in_path, tenant):
     self.parsed = parsed
     self.tenant_ref = tenant_ref
     self.common_utils = common_utils
     self.tenant = tenant
     if in_path:
         self.in_path = in_path
     else:
         ''' if the in_path is not given the current location is considered
             to check the key and cert files
         '''
         self.in_path = get_loc()
Пример #2
0
 def __init__(self, parsed, tenant_ref, common_utils, in_path, tenant):
     self.parsed = parsed
     self.tenant_ref = tenant_ref
     self.common_utils = common_utils
     self.tenant = tenant
     if in_path:
         self.in_path = in_path
     else:
         ''' if the in_path is not given the current location is considered
             to check the key and cert files
         '''
         self.in_path = get_loc()