예제 #1
0
 def __init__(self):
     ConfigServiceComponent.__init__(self)
     UseCertificateComponent.__init__(self)
예제 #2
0
 def __init__(self):
     Component.__init__(self)
     UseCertificateComponent.__init__(self)
예제 #3
0
파일: openvpn.py 프로젝트: maximerobin/Ufwi
 def __init__(self):
     ConfigServiceComponent.__init__(self)
     UseCertificateComponent.__init__(self)
     self.openvpn_cfg = self.context = self.core = None