dever 7 년 전
부모
커밋
b203b305ad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      demeter/core.py

+ 1 - 0
demeter/core.py

@@ -418,6 +418,7 @@ class File(object):
 			os.makedirs(path)
 		return path
 
+	@staticmethod
 	def ext(path):
 		return os.path.splitext(path)[1]