Mercurial > hg > PaInt
changeset 52:026d693cd561
cleanup
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 02 Jan 2013 13:11:14 -0800 |
parents | 8b4243893474 |
children | c588375a7ce4 |
files | paint/package.py tests/doctest.txt |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/paint/package.py Wed Jan 02 13:09:06 2013 -0800 +++ b/paint/package.py Wed Jan 02 13:11:14 2013 -0800 @@ -307,7 +307,7 @@ try: self.download(tempdir) files = os.listdir(tempdir) - print ">>> Files: %s" % files + self._log(">>> Files: %s" % files) for f in files: # full path
--- a/tests/doctest.txt Wed Jan 02 13:09:06 2013 -0800 +++ b/tests/doctest.txt Wed Jan 02 13:11:14 2013 -0800 @@ -11,4 +11,4 @@ >>> dependencies = jetperf.dependencies() >>> dependencies == {'mozharness': 'http://hg.mozilla.org/build/mozharness/archive/tip.tar.gz#egg=mozharness', 'talos': 'http://hg.mozilla.org/build/talos/archive/tip.tar.gz#egg=talos'} True - >>> jetperf.cleanup() + >>> jetperf._cleanup()