getbinpkg.py: use local HTTPSConnection import v2.2.0_alpha9
authorZac Medico <zmedico@gentoo.org>
Thu, 16 Dec 2010 07:24:16 +0000 (23:24 -0800)
committerZac Medico <zmedico@gentoo.org>
Thu, 16 Dec 2010 07:24:16 +0000 (23:24 -0800)
commit93ffb57b06de7046309174d94e4bb6b6f1467c3c
tree8c297dc3f0f42e0f2665d5776f42318ff133d04d
parent9a193d42032005396800eb30e550691513529c79
getbinpkg.py: use local HTTPSConnection import

Use local import since https typically isn't needed, and this way we
can usually avoid triggering the global scope http.client ImportError
handler (like during stage1 -> stage2 builds where USE=ssl is disabled
for python).
pym/portage/getbinpkg.py