From 11f956411c3d79bb4d81911531738fdabc31dc5d Mon Sep 17 00:00:00 2001 From: Vladimir Romanov Date: Wed, 15 May 2013 13:21:16 -0700 Subject: [PATCH] dispatch-conf: fix python2-style print call --- bin/dispatch-conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 90b407a5c..a41464f2a 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -407,7 +407,8 @@ class dispatch: def do_help (self): - print(); print + print() + print() print(' u -- update current config with new config and continue') print(' z -- zap (delete) new config and continue') -- 2.26.2