Mercurial > hg > PaInt
comparison paint/package.py @ 51:8b4243893474
more cleanup
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Wed, 02 Jan 2013 13:09:06 -0800 |
| parents | daa35ff485c2 |
| children | 026d693cd561 |
comparison
equal
deleted
inserted
replaced
| 50:daa35ff485c2 | 51:8b4243893474 |
|---|---|
| 45 print '>>> %s' % message | 45 print '>>> %s' % message |
| 46 | 46 |
| 47 def _path(self): | 47 def _path(self): |
| 48 """filesystem path to package directory""" | 48 """filesystem path to package directory""" |
| 49 | 49 |
| 50 print ">>> _path:Getting path to package" | 50 self._log(">>> _path:Getting path to package") |
| 51 | 51 |
| 52 # return cached copy if it exists | 52 # return cached copy if it exists |
| 53 if self._tmppath: | 53 if self._tmppath: |
| 54 return self._tmppath | 54 return self._tmppath |
| 55 | 55 |
