This commit is contained in:
Eray Özkural
2005-06-18 23:05:44 +00:00
parent 7362cc8a40
commit d18ffefd9f
+1 -1
View File
@@ -36,7 +36,7 @@ def clean_dir(top):
# calculate the size of files under a dir
# based on the tutorial example
# based on the os module example
def dir_size(dir):
from os.path import join, getsize
def sizes():