Mercurial > hg > PaInt
comparison paint/package.py @ 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 |
comparison
equal
deleted
inserted
replaced
| 63:ad174d9f396d | 64:1a279bac0afa |
|---|---|
| 36 # ephemeral data | 36 # ephemeral data |
| 37 self._tmppath = None | 37 self._tmppath = None |
| 38 self._egg_info_path = None | 38 self._egg_info_path = None |
| 39 self._build_path = None | 39 self._build_path = None |
| 40 self._pkg_info_path = None | 40 self._pkg_info_path = None |
| 41 | |
| 42 # package metadata provider | |
| 43 # TODO: this should be chooseable but currently the keys of the | |
| 44 # interfaces are not the same | |
| 45 self.package_info = info.EggInfo | |
| 41 | 46 |
| 42 # TODO: list of temporary files/directories to be deleted | 47 # TODO: list of temporary files/directories to be deleted |
| 43 | 48 |
| 44 def _log(self, message): | 49 def _log(self, message): |
| 45 if self.verbose: | 50 if self.verbose: |
