summaryrefslogtreecommitdiffstats
path: root/pym/portage/eclass_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/eclass_cache.py')
-rw-r--r--pym/portage/eclass_cache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/eclass_cache.py b/pym/portage/eclass_cache.py
index 91b98fec5..40d4e360f 100644
--- a/pym/portage/eclass_cache.py
+++ b/pym/portage/eclass_cache.py
@@ -3,9 +3,9 @@
# License: GPL2
# $Id$
-from portage_util import normalize_path, writemsg
+from portage.util import normalize_path, writemsg
import os, sys
-from portage_data import portage_gid
+from portage.data import portage_gid
class cache:
"""