Mercurial > hg > PaInt
comparison paint/package.py @ 25:c54411c721cb
more stubbing
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Thu, 29 Mar 2012 16:25:07 -0700 |
| parents | 54c1e7e43a54 |
| children | c44fb4b6918b |
comparison
equal
deleted
inserted
replaced
| 24:54c1e7e43a54 | 25:c54411c721cb |
|---|---|
| 170 | 170 |
| 171 return dependencies | 171 return dependencies |
| 172 | 172 |
| 173 def download(self, directory): | 173 def download(self, directory): |
| 174 """download a package and all its dependencies using pip""" | 174 """download a package and all its dependencies using pip""" |
| 175 # TODO | 175 import pip |
| 176 |
