Mercurial > hg > PaInt
comparison paint/package.py @ 57:d5e5c7496784
stubbing
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Wed, 23 Jan 2013 16:26:14 -0800 |
| parents | c588375a7ce4 |
| children | 13767ee2ddf4 |
comparison
equal
deleted
inserted
replaced
| 56:042a1b2a3e8a | 57:d5e5c7496784 |
|---|---|
| 2 package model for python PAckage INTrospection | 2 package model for python PAckage INTrospection |
| 3 """ | 3 """ |
| 4 | 4 |
| 5 # TODO: use pkginfo.sdist more | 5 # TODO: use pkginfo.sdist more |
| 6 | 6 |
| 7 import info | |
| 7 import os | 8 import os |
| 8 import pip | 9 import pip |
| 9 import shutil | 10 import shutil |
| 10 import subprocess | 11 import subprocess |
| 11 import sys | 12 import sys |
