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/ebuild-helpers/dohtml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/ebuild-helpers') diff --git a/bin/ebuild-helpers/dohtml b/bin/ebuild-helpers/dohtml index f672a9a0c..71cbb6293 100755 --- a/bin/ebuild-helpers/dohtml +++ b/bin/ebuild-helpers/dohtml @@ -29,6 +29,8 @@ # - will do as 'dohtml -r', but ignore directories named CVS, SCCS, RCS # +from __future__ import print_function + import os import sys -- cgit v1.2.3-1-g7c22