From 30b91ea3bcbd1bcc9323a50e59dbaa43ec5c1675 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Thu, 27 Jan 2011 22:06:10 +0000 Subject: rename binrepo_delete as it is not only for binrepo --- MgaRepo/commands/del.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MgaRepo/commands') diff --git a/MgaRepo/commands/del.py b/MgaRepo/commands/del.py index c55d1aa..f61a1d5 100644 --- a/MgaRepo/commands/del.py +++ b/MgaRepo/commands/del.py @@ -1,6 +1,6 @@ from MgaRepo import Error from MgaRepo.command import * -from MgaRepo.rpmutil import binrepo_delete +from MgaRepo.rpmutil import delete HELP = """\ Usage: mgarepo del [OPTIONS] [PATH] @@ -22,4 +22,4 @@ def parse_options(): return opts def main(): - do_command(parse_options, binrepo_delete) + do_command(parse_options, delete) -- cgit v1.2.1