Example #1
0
 def __init__(self, base):
     CertificateGenerator.__init__(self, base)
     self.base = base
     self.type = base.options.type
Example #2
0
File: certs.py Project: Zypan/ahc
	def __init__(self, base):
		CertificateGenerator.__init__(self, base)
		self.base = base
		self.type = base.options.type