예제 #1
0
파일: ip.py 프로젝트: ldotlopez/plaction
	def __init__(self, *args, **kwargs):
		Worker.__init__(self, *args, **kwargs)
예제 #2
0
	def __init__(self):
		Worker.__init__(self)
		print "Worker B init"