make it shorter as with the other package operations: install, upgrade, remove

This commit is contained in:
Faik Uygur
2009-08-17 08:28:19 +00:00
parent d2b3c68f83
commit 1a36d447d5
+1 -1
View File
@@ -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