Mercurial > hg > PaInt
comparison paint/package.py @ 42:97a7b740ddab
dont import pypi; see https://bugzilla.mozilla.org/show_bug.cgi?id=741011
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Fri, 30 Mar 2012 16:41:31 -0700 |
| parents | 06f21791eba1 |
| children | 5e2e74cc5ad8 |
comparison
equal
deleted
inserted
replaced
| 41:f5379e8ee6c2 | 42:97a7b740ddab |
|---|---|
| 4 | 4 |
| 5 # TODO: use pkginfo.sdist more | 5 # TODO: use pkginfo.sdist more |
| 6 | 6 |
| 7 import os | 7 import os |
| 8 import pip | 8 import pip |
| 9 import pypi | |
| 10 import shutil | 9 import shutil |
| 11 import subprocess | 10 import subprocess |
| 12 import sys | 11 import sys |
| 13 import tarfile | 12 import tarfile |
| 14 import tempfile | 13 import tempfile |
