From 1a36d447d5721b9ab775160fe11ef32f02bfbeb3 Mon Sep 17 00:00:00 2001 From: Faik Uygur Date: Mon, 17 Aug 2009 08:28:19 +0000 Subject: [PATCH] make it shorter as with the other package operations: install, upgrade, remove --- pisi/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/api.py b/pisi/api.py index 038c62bc..6ee7daaf 100644 --- a/pisi/api.py +++ b/pisi/api.py @@ -373,7 +373,7 @@ def search_file(term): term = term[1:] return filesdb.search_file(term) -def fetch_package(packages=[], path=os.path.curdir): +def fetch(packages=[], path=os.path.curdir): """ Fetches the given packages from the repository without installing, just downloads the packages. @param packages: list of package names -> list_of_strings