From: Zac Medico Date: Mon, 10 Oct 2011 01:55:30 +0000 (-0700) Subject: tests/__init__: import print_function X-Git-Tag: v2.2.0_alpha65~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6d6784555cdc6d541a824ff7a5cd31a343f62ca3;p=portage.git tests/__init__: import print_function --- 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