tests/__init__: import print_function
authorZac Medico <zmedico@gentoo.org>
Mon, 10 Oct 2011 01:55:30 +0000 (18:55 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 10 Oct 2011 01:55:30 +0000 (18:55 -0700)
pym/portage/tests/__init__.py

index 016a4e8d2e2c29ed5da24fc03b7227efe1e6e6e6..fedb7e605a4ab52da9456f74b58e7828c2daeb3d 100644 (file)
@@ -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