From d8e61a655c28f83c1c6049f4033999ad14aecf8a Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 7 Oct 2013 15:44:41 -0500 Subject: SSHbase: Fix print statement for python 3 Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Plugins/SSHbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Plugins') diff --git a/src/lib/Bcfg2/Server/Plugins/SSHbase.py b/src/lib/Bcfg2/Server/Plugins/SSHbase.py index 9b1e63831..1bb4ec9f0 100644 --- a/src/lib/Bcfg2/Server/Plugins/SSHbase.py +++ b/src/lib/Bcfg2/Server/Plugins/SSHbase.py @@ -411,7 +411,7 @@ class SSHbase(Bcfg2.Server.Plugin.Plugin, except Bcfg2.Server.Plugin.PluginExecutionError: import lxml.etree - print "failed to bind %s: %s" % ( + print("failed to bind %s: %s") % ( lxml.etree.tostring(entry), sys.exc_info()[1]) pass -- cgit v1.2.3-1-g7c22