dever hace 7 años
padre
commit
b203b305ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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]