When spawning a download subprocess, add zeroinstall to sys.path
commit8fb23414720e8d29f70a3746b48f02d8eb03eaa2
authorThomas Leonard <talex5@gmail.com>
Sat, 19 Dec 2009 19:49:13 +0000 (19 19:49 +0000)
committerThomas Leonard <talex5@gmail.com>
Sat, 19 Dec 2009 19:49:13 +0000 (19 19:49 +0000)
tree830da6bc93fa3152663dcc642633059160513b2e
parentf6adfb6a2c352cd34d6eaf5c9496c1423a524f04
When spawning a download subprocess, add zeroinstall to sys.path

Otherwise, it will try to use the system version (or fail if there isn't one).
Repored by Lennon Cook.
tests/testdownload.py
zeroinstall/injector/download.py