summaryrefslogtreecommitdiffstats
path: root/pym/portage/dep/_slot_operator.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/dep/_slot_operator.py')
-rw-r--r--pym/portage/dep/_slot_operator.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pym/portage/dep/_slot_operator.py b/pym/portage/dep/_slot_operator.py
index 2fcfb48b3..7b6444403 100644
--- a/pym/portage/dep/_slot_operator.py
+++ b/pym/portage/dep/_slot_operator.py
@@ -1,6 +1,8 @@
-# Copyright 2012 Gentoo Foundation
+# Copyright 2012-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+from __future__ import unicode_literals
+
from portage.dep import Atom, paren_enclose, use_reduce
from portage.eapi import _get_eapi_attrs
from portage.exception import InvalidData