aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-11 17:15:35 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-11 17:15:35 +0000
commitf8038096f2a1d6869425865292d7c6e980b8d9bb (patch)
tree71bbbf54959c084a2deda4409cb7a6b38d750811 /pym/gentoolkit/equery/changes.py
parentMerge genscripts rev 123, this unifies the get_env_var/get_env_vars methods a... (diff)
downloadgentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.tar.gz
gentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.tar.bz2
gentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.zip
Merge genscripts rev 130
svn path=/trunk/gentoolkit/; revision=721
Diffstat (limited to 'pym/gentoolkit/equery/changes.py')
-rw-r--r--pym/gentoolkit/equery/changes.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/pym/gentoolkit/equery/changes.py b/pym/gentoolkit/equery/changes.py
index 09cccca..ef35ec9 100644
--- a/pym/gentoolkit/equery/changes.py
+++ b/pym/gentoolkit/equery/changes.py
@@ -4,9 +4,7 @@
#
# $Header: $
-"""Display the Gentoo ChangeLog entry for the latest installable version of a
-given package.
-"""
+"""Displays the ChangeLog entry for the latest installable version of a package"""
# Move to Imports sections when Python 2.6 is stable
from __future__ import with_statement
@@ -175,7 +173,7 @@ def main(input_args):
print
match = get_match(query)
- changelog_path = os.path.join(match.get_package_path(), 'ChangeLog')
+ changelog_path = os.path.join(match.package_path(), 'ChangeLog')
changelog = ChangeLog(changelog_path)
#