Typo, thanks to erikos!

This commit is contained in:
Marco Pesenti Gritti
2006-12-21 14:17:44 +01:00
parent 5623c8a3b1
commit 95a878036c
+1 -1
View File
@@ -151,7 +151,7 @@ def cmd_uninstall(prefix):
shutil.rmtree(path)
def cmd_clean():
os.path.walk('.', delete_backups, None)
os.path.walk('.', _delete_backups, None)
def start():
if len(sys.argv) < 2: