# HG changeset patch # User Jeff Hammel # Date 1359150097 28800 # Node ID 1a279bac0afa3fae7b2198c458825e1bca1aa030 # Parent ad174d9f396dcce83fe707345cde6758f79439fa start moving this monster to a package information provider diff -r ad174d9f396d -r 1a279bac0afa paint/package.py --- 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):