portageq: exclude expand_new_virt from commands
authorZac Medico <zmedico@gentoo.org>
Thu, 2 Jun 2011 21:02:46 +0000 (14:02 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 2 Jun 2011 21:02:46 +0000 (14:02 -0700)
commitc6edcb6ac16b7bd011ab196dab2722374b8e9cec
treea32bbd09f9f1df97ac2f61fb9d03d75e079bdb8c
parent1edf9e3bd37fede61a21d3b6a84542d29d8f3021
portageq: exclude expand_new_virt from commands

This is necessary since portage probes functions in globals() and
treats functions it finds as commands. Also, use lazy import to
minimize global scope imports.
bin/portageq