dever 7 năm trước cách đây
mục cha
commit
b203b305ad
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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]