summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-20 16:41:30 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-20 16:41:30 +0000
commit46f085e73a50962b0148676be4381241381b869b (patch)
tree9128bcdbb7e49debc17a85015421d7b1df8004d8 /pym/portage/dispatch_conf.py
parentUpdate system imports for compatibility with Python 3. (diff)
downloadportage-multirepo-46f085e73a50962b0148676be4381241381b869b.tar.gz
portage-multirepo-46f085e73a50962b0148676be4381241381b869b.tar.bz2
portage-multirepo-46f085e73a50962b0148676be4381241381b869b.zip
Support print() function with Python 2 in more files.
svn path=/main/trunk/; revision=14295
Diffstat (limited to 'pym/portage/dispatch_conf.py')
-rw-r--r--pym/portage/dispatch_conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pym/portage/dispatch_conf.py b/pym/portage/dispatch_conf.py
index 971f9eb5..096ce0a7 100644
--- a/pym/portage/dispatch_conf.py
+++ b/pym/portage/dispatch_conf.py
@@ -7,6 +7,8 @@
# Library by Wayne Davison <gentoo@blorf.net>, 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