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/dispatch-conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/dispatch-conf') diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 2ef55a908..f2228d37c 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -12,6 +12,8 @@ # dialog menus # +from __future__ import print_function + if not hasattr(__builtins__, "set"): from sets import Set as set -- cgit v1.2.3-1-g7c22