Call object variable directly

This commit is contained in:
jkeating@localhost.localdomain 2006-10-14 17:43:13 -04:00 committed by Jesse Keating
parent 9fc4b73550
commit 2aad144643

View File

@ -39,7 +39,7 @@ class Gather(yum.YumBase):
if not self.opts.quiet:
self.logger.info('Checking deps of %s' % po.name)
reqs = po.returnPrco('requires');
reqs = po.requires;
reqs.sort()
pkgresults = []