Mercurial > hg > PaInt
changeset 64:1a279bac0afa
start moving this monster to a package information provider
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 25 Jan 2013 13:41:37 -0800 |
parents | ad174d9f396d |
children | 6d6f5c5c26d4 |
files | paint/package.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/paint/package.py Fri Jan 25 11:10:07 2013 -0800 +++ b/paint/package.py Fri Jan 25 13:41:37 2013 -0800 @@ -39,6 +39,11 @@ self._build_path = None self._pkg_info_path = None + # package metadata provider + # TODO: this should be chooseable but currently the keys of the + # interfaces are not the same + self.package_info = info.EggInfo + # TODO: list of temporary files/directories to be deleted def _log(self, message):