From cf4c50ffa68ce110c40ae3926d60b241bbe230c2 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 20 Sep 2009 11:28:14 +0000 Subject: Support print() function with Python 2 in some files. svn path=/main/trunk/; revision=14291 --- bin/env-update | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/env-update') diff --git a/bin/env-update b/bin/env-update index 912602f7b..396dc4471 100755 --- a/bin/env-update +++ b/bin/env-update @@ -3,7 +3,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -import sys, errno +from __future__ import print_function + +import errno +import sys def usage(status): print("Usage: env-update [--no-ldconfig]") -- cgit v1.2.3-1-g7c22