summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
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: