Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into a
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:08:40 +0000 (06:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:08:40 +0000 (06:08 -0000)
commit15d1574979961526de50632d54a5eac316ffd3ab
tree8bddae058e4ef6c21d946f38c98a9fd2173720b8
parentfa897b69b67cc1ac1da68781b217ec0093db6444
Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into a
new portage.proxy package. (trunk r12676)

svn path=/main/branches/2.1.6/; revision=12936
pym/portage/__init__.py
pym/portage/proxy/__init__.py [new file with mode: 0644]
pym/portage/proxy/lazyimport.py [new file with mode: 0644]
pym/portage/proxy/objectproxy.py [new file with mode: 0644]
pym/portage/util.py