summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-12-10 13:46:58 -0800
committerZac Medico <zmedico@gentoo.org>2011-12-10 13:46:58 -0800
commit1a6c6c29d1046f56c7661fb5f970597554349838 (patch)
tree1b26bc918ae8d59345ca78fc5e6eca21e8cf0188 /pym/portage/__init__.py
parent495c0ce534af794456a0a21f213f8f996bce0186 (diff)
downloadportage-1a6c6c29d1046f56c7661fb5f970597554349838.tar.gz
portage-1a6c6c29d1046f56c7661fb5f970597554349838.tar.bz2
portage-1a6c6c29d1046f56c7661fb5f970597554349838.zip
Make eprefix=None params map to const.EPREFIX
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index 1df956633..339c64fc6 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -487,7 +487,7 @@ class _trees_dict(dict):
self._target_eroot = None
def create_trees(config_root=None, target_root=None, trees=None, env=None,
- eprefix=portage.const.EPREFIX):
+ eprefix=None):
if trees is not None:
# clean up any existing portdbapi instances
for myroot in trees: