Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into a
authorZac Medico <zmedico@gentoo.org>
Sun, 22 Feb 2009 02:46:26 +0000 (02:46 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 22 Feb 2009 02:46:26 +0000 (02:46 -0000)
commitb111f7defd5e1cbc704d7a4cf500a139807b8b1f
treea76edf84550ddd67484d464652d79da221d644e6
parent6c33a6b5314bf45de7106362b746fa86cc05a98a
Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into a
new portage.proxy package.

svn path=/main/trunk/; revision=12676
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