Split download child process code into its own file
commit2e43f7a2cfcfbd03fd418a97f02befc01a39eb76
authorThomas Leonard <talex5@gmail.com>
Sun, 22 Aug 2010 10:52:52 +0000 (22 11:52 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 22 Aug 2010 10:56:06 +0000 (22 11:56 +0100)
tree461058c80918082b6790dfc8b7dda10b52ff8245
parentd3cf7f69c3bd3508514c385cb8519049b28b7897
Split download child process code into its own file

Cleaner, and avoids downloads failing due to deprecation warnings on Python 2.7.
tests/basetest.py
tests/testdownload.py
zeroinstall/injector/_download_child.py [new file with mode: 0644]
zeroinstall/injector/download.py