Mercurial > hg > PaInt
view tests/doctest.txt @ 15:8c8b7482772f
fix a few failures but still failing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 24 Feb 2012 15:53:26 -0800 |
parents | c41a946d34af |
children | 4df3e715817d |
line wrap: on
line source
Test PaInt ================ The obligatory imports:: >>> import paint Get the dependencies of a package:: >>> jetperf = paint.Package('http://k0s.org/mozilla/hg/jetperf/archive/tip.tar.gz') >>> dependencies = jetperf.dependencies() >>> jetperf.cleanup()