debug için eklenmiş print satırı çıkartıldı.

This commit is contained in:
Barış Metin
2005-06-15 08:28:21 +00:00
parent 4383f598bd
commit 4e5013f93c
-1
View File
@@ -38,7 +38,6 @@ class ArchiveZip(ArchiveBase):
fileNames = zip.namelist()
for file in fileNames:
ofile = config.archives_dir() + '/' + file
print ofile
if not os.path.exists(ofile):
os.mkdir(ofile)
continue