Beispiel #1
0
 def __init__(self, text, project):
     self.image = None
     Line.__init__(self, text, project)
Beispiel #2
0
	def __init__(self, text, project):
		# We need to parse this
		#self.image = image
		Line.__init__(self, text, project)