Beispiel #1
0
	def type(self, filePath):
		return myutil.fileType(filePath, "scs")
Beispiel #2
0
 def type(self, filePath):
     return myutil.fileType(filePath, "m4scp")
Beispiel #3
0
 def type(self, filePath):
     for e in self.skip:
         if myutil.fileType(filePath, e):
             return True
Beispiel #4
0
 def type(self, filePath):
     return myutil.fileType(filePath, "m4scp")
Beispiel #5
0
 def type(self, filePath):
     for e in self.skip:
         if myutil.fileType(filePath, e):
             return True
Beispiel #6
0
 def type(self, filePath):
     return myutil.fileType(filePath, "scg")