Use lazyimport to avoid importing the checksum, locks, and util modules
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:10:10 +0000 (06:10 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:10:10 +0000 (06:10 -0000)
commit1fa3257f6696de1b8b7e2f5bb5a6214ba816f0a4
treec4d30c53796c44fd5e4d2d2047307785805e0d9e
parentf3c15b765c02202c9a93ae15279a8f4e1c95a31d
Use lazyimport to avoid importing the checksum, locks, and util modules
when portage is initially imported. (trunk r12680)

svn path=/main/branches/2.1.6/; revision=12940
12 files changed:
pym/portage/__init__.py
pym/portage/data.py
pym/portage/dbapi/__init__.py
pym/portage/dbapi/bintree.py
pym/portage/dbapi/porttree.py
pym/portage/dbapi/vartree.py
pym/portage/elog/__init__.py
pym/portage/elog/messages.py
pym/portage/manifest.py
pym/portage/output.py
pym/portage/process.py
pym/portage/update.py