summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-10-09 18:55:30 -0700
committerZac Medico <zmedico@gentoo.org>2011-10-09 18:55:30 -0700
commit6d6784555cdc6d541a824ff7a5cd31a343f62ca3 (patch)
treec9c9c4eb3090c5870fcdb0159de0ffd3c9029cb6 /pym
parentc5d2d4c32f0745f30e0cad2e427e79064f93c593 (diff)
downloadportage-6d6784555cdc6d541a824ff7a5cd31a343f62ca3.tar.gz
portage-6d6784555cdc6d541a824ff7a5cd31a343f62ca3.tar.bz2
portage-6d6784555cdc6d541a824ff7a5cd31a343f62ca3.zip
tests/__init__: import print_function
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/__init__.py2
1 files changed, 2 insertions, 0 deletions
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