summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Romanov <blueboar2@gmail.com>2013-05-15 13:21:16 -0700
committerZac Medico <zmedico@gentoo.org>2013-05-15 13:21:16 -0700
commit11f956411c3d79bb4d81911531738fdabc31dc5d (patch)
treecfaa0105d4d7aa894e124b667ec217a6fd710ed5
parentarchive-conf: rename vars to avoid builtin names (diff)
downloadportage-11f956411c3d79bb4d81911531738fdabc31dc5d.tar.gz
portage-11f956411c3d79bb4d81911531738fdabc31dc5d.tar.bz2
portage-11f956411c3d79bb4d81911531738fdabc31dc5d.zip
dispatch-conf: fix python2-style print call
-rwxr-xr-xbin/dispatch-conf3
1 files changed, 2 insertions, 1 deletions
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')