dever il y a 7 ans
Parent
commit
b203b305ad
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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]