Mercurial > hg > PaInt
comparison paint/package.py @ 24:54c1e7e43a54
stubbing
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 29 Mar 2012 16:07:22 -0700 |
parents | 4df3e715817d |
children | c54411c721cb |
comparison
equal
deleted
inserted
replaced
23:90ef5d1ebff3 | 24:54c1e7e43a54 |
---|---|
167 url, dep = link.split('#egg=', 1) | 167 url, dep = link.split('#egg=', 1) |
168 if dep in dependencies: | 168 if dep in dependencies: |
169 dependencies[dep] = link | 169 dependencies[dep] = link |
170 | 170 |
171 return dependencies | 171 return dependencies |
172 | |
173 def download(self, directory): | |
174 """download a package and all its dependencies using pip""" | |
175 # TODO |