def __init__(self):
     PythonConfig.__init__(self)
	def __init__(self, factory):
		PythonConfig.__init__(self)
		self.factory = factory
Example #3
0
 def __init__(self):
     PythonConfig.__init__(self)