Ejemplo n.º 1
0
 def checkAndGrabThumb(self):
     if not fileExists(self.t.inputfile.rsplit('.', 1)[0] + ".png"):
         CutListEditor.grabFrame(self)
Ejemplo n.º 2
0
	def checkAndGrabThumb(self):
		if not fileExists(self.t.inputfile.rsplit('.',1)[0] + ".png"):
			CutListEditor.grabFrame(self)