Mercurial > treepkg
changeset 175:e4512f045999
Adapt gnugp2 recipe to the filenameproperty renaming
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 24 Jun 2008 10:20:12 +0000 |
parents | 2d7415b84e32 |
children | 7bde59aa611e |
files | recipes/gnupg/gnupg2.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/recipes/gnupg/gnupg2.py Mon Jun 23 19:36:45 2008 +0000 +++ b/recipes/gnupg/gnupg2.py Tue Jun 24 10:20:12 2008 +0000 @@ -82,8 +82,8 @@ source_packager_cls = SourcePackager binary_packager_cls = BinaryPackager - pkits_log = treepkg.packager._filenameproperty("pkits_log.html", - dir_attr="log_dir") + pkits_log = treepkg.util.filenameproperty("pkits_log.html", + dir_attr="log_dir") def list_log_files(self): files = super(RevisionPackager, self).list_log_files()