summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/AbstractDepPriority.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/AbstractDepPriority.py')
-rw-r--r--pym/_emerge/AbstractDepPriority.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/_emerge/AbstractDepPriority.py b/pym/_emerge/AbstractDepPriority.py
index 94a9379a5..94f26efc5 100644
--- a/pym/_emerge/AbstractDepPriority.py
+++ b/pym/_emerge/AbstractDepPriority.py
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import copy
-from _emerge.SlotObject import SlotObject
+from portage.util.SlotObject import SlotObject
class AbstractDepPriority(SlotObject):
__slots__ = ("buildtime", "runtime", "runtime_post")