From 6d6784555cdc6d541a824ff7a5cd31a343f62ca3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 9 Oct 2011 18:55:30 -0700 Subject: tests/__init__: import print_function --- pym/portage/tests/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pym/portage/tests/__init__.py b/pym/portage/tests/__init__.py index 016a4e8d2..fedb7e605 100644 --- a/pym/portage/tests/__init__.py +++ b/pym/portage/tests/__init__.py @@ -2,6 +2,8 @@ # Copyright 2006-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +from __future__ import print_function + import sys import time import unittest -- cgit v1.2.3-1-g7c22