summaryrefslogtreecommitdiffstats
path: root/pym/portage/proxy/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-22 02:46:26 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-22 02:46:26 +0000
commitb111f7defd5e1cbc704d7a4cf500a139807b8b1f (patch)
treea76edf84550ddd67484d464652d79da221d644e6 /pym/portage/proxy/__init__.py
parent6c33a6b5314bf45de7106362b746fa86cc05a98a (diff)
downloadportage-b111f7defd5e1cbc704d7a4cf500a139807b8b1f.tar.gz
portage-b111f7defd5e1cbc704d7a4cf500a139807b8b1f.tar.bz2
portage-b111f7defd5e1cbc704d7a4cf500a139807b8b1f.zip
Reduce bloat in portage.util by splitting ObjectProxy and lazyimport into a
new portage.proxy package. svn path=/main/trunk/; revision=12676
Diffstat (limited to 'pym/portage/proxy/__init__.py')
-rw-r--r--pym/portage/proxy/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage/proxy/__init__.py b/pym/portage/proxy/__init__.py
new file mode 100644
index 000000000..95cbda1ed
--- /dev/null
+++ b/pym/portage/proxy/__init__.py
@@ -0,0 +1,3 @@
+# Copyright 2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$