From 46f085e73a50962b0148676be4381241381b869b Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 20 Sep 2009 16:41:30 +0000 Subject: Support print() function with Python 2 in more files. svn path=/main/trunk/; revision=14295 --- pym/portage/dispatch_conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pym/portage/dispatch_conf.py') diff --git a/pym/portage/dispatch_conf.py b/pym/portage/dispatch_conf.py index 971f9eb5f..096ce0a7c 100644 --- a/pym/portage/dispatch_conf.py +++ b/pym/portage/dispatch_conf.py @@ -7,6 +7,8 @@ # Library by Wayne Davison , derived from code # written by Jeremy Wohl (http://igmus.org) +from __future__ import print_function + import os, sys, shutil try: from subprocess import getoutput as subprocess_getoutput -- cgit v1.2.3-1-g7c22