Beispiel #1
0
 def __init__(self, editor):
     GObject.__init__(self)
     self.__init_attributes(editor)
     from Renamer import Renamer
     Renamer(self, editor)
     from NameValidator import Validator
     Validator(self, editor)
     from GUI.Manager import Manager
     Manager(self, editor)
Beispiel #2
0
 def __init__(self):
     GObject.__init__(self)
Beispiel #3
0
	def __init__(self):
		GObject.__init__(self)