Typo, thanks to erikos!

This commit is contained in:
Marco Pesenti Gritti 2006-12-21 14:17:44 +01:00
parent 5623c8a3b1
commit 95a878036c

View File

@ -151,7 +151,7 @@ def cmd_uninstall(prefix):
shutil.rmtree(path) shutil.rmtree(path)
def cmd_clean(): def cmd_clean():
os.path.walk('.', delete_backups, None) os.path.walk('.', _delete_backups, None)
def start(): def start():
if len(sys.argv) < 2: if len(sys.argv) < 2: