From 6f0fdf0a3e66a6c65203565d4bcb13a7dee0967b Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 13 Jun 2006 16:11:44 +0000 Subject: 2006-06-13 Jeremy Katz * yuminstall.py (simpleCallback.callback): Another API fix --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index 4521d43c5..fef476593 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -137,7 +137,7 @@ class simpleCallback: while self.files[nvra] == None: try: - fn = repo.get(relative=path, local=po.localPkg()) + fn = repo.getAttribute(relative=path, local=po.localPkg()) f = open(fn, 'r') self.files[nvra] = f -- cgit