getbinpkg.py: use local HTTPSConnection import
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 09:07:31 +0000 (01:07 -0800)
commit6907399e125a05cc6770a49cb8923cf6f05db3cf
treec4074e8a13a1149468ad2953f0aae071536b4498
parentf09d9619bcbc0f9f1a6fa2008415e99eb0fd030b
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