Exemplo n.º 1
0
	def __init__(self):
		System.__init__(self)
		self.tk = Tk()
		self.directoryValue = ''
		self.xmlValue = ''
		self.projectValue = ''
		self.sceneValue = ''
		self.shotValue = ''
		self.userName = os.path.expanduser("~")
Exemplo n.º 2
0
	def __init__(self):
		System.__init__(self)
Exemplo n.º 3
0
	def __init__(self):
		System.__init__(self)
		self.projectName = ''
		self.projectLocation = ''
Exemplo n.º 4
0
	def __init__(self):
		# System is already initialized in the Projects class
		UI.__init__(self)
		Rename.__init__(self)
		System.__init__(self)
Exemplo n.º 5
0
	def __init__(self):
		System.__init__(self)
		self.finalList = []
		self.final_list = []
Exemplo n.º 6
0
 def __init__(self):
     System.__init__(self)
     self.tk = TK.Tk()
     self.tk.iconbitmap(default= self.TKicon)