Re: [libvirt] [sandbox PATCH 04/11] Image: Add download function

2015-07-30 Thread Daniel P. Berrange
On Thu, Jul 23, 2015 at 03:57:30PM +, Eren Yagdiran wrote: > Refactor download function from virt-sandbox-image to use > the newly introduced Source abstract class. The docker-specific > download code is moved to a new DockerSource class. > --- > virt-sandbox-image/sources/DockerSource.py | 19

[libvirt] [sandbox PATCH 04/11] Image: Add download function

2015-07-23 Thread Eren Yagdiran
Refactor download function from virt-sandbox-image to use the newly introduced Source abstract class. The docker-specific download code is moved to a new DockerSource class. --- virt-sandbox-image/sources/DockerSource.py | 193 +++ virt-sandbox-image/sources/Source.py