summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi/cpv_expand.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/dbapi/cpv_expand.py')
-rw-r--r--pym/portage/dbapi/cpv_expand.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pym/portage/dbapi/cpv_expand.py b/pym/portage/dbapi/cpv_expand.py
index 947194cca..70ee78245 100644
--- a/pym/portage/dbapi/cpv_expand.py
+++ b/pym/portage/dbapi/cpv_expand.py
@@ -1,6 +1,8 @@
-# Copyright 2010-2011 Gentoo Foundation
+# Copyright 2010-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+from __future__ import unicode_literals
+
__all__ = ["cpv_expand"]
import portage