Exemplo n.º 1
0
 def __init__(self, base):
     CertificateGenerator.__init__(self, base)
     self.base = base
     self.type = base.options.type
Exemplo n.º 2
0
Arquivo: certs.py Projeto: Zypan/ahc
	def __init__(self, base):
		CertificateGenerator.__init__(self, base)
		self.base = base
		self.type = base.options.type