예제 #1
0
	def type(self, filePath):
		return myutil.fileType(filePath, "scs")
예제 #2
0
 def type(self, filePath):
     return myutil.fileType(filePath, "m4scp")
예제 #3
0
파일: converter.py 프로젝트: UvaK/ostis-gt
 def type(self, filePath):
     for e in self.skip:
         if myutil.fileType(filePath, e):
             return True
예제 #4
0
 def type(self, filePath):
     return myutil.fileType(filePath, "m4scp")
예제 #5
0
 def type(self, filePath):
     for e in self.skip:
         if myutil.fileType(filePath, e):
             return True
예제 #6
0
 def type(self, filePath):
     return myutil.fileType(filePath, "scg")