projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c5982
)
dispatch-conf: fix python2-style print call
author
Vladimir Romanov
<blueboar2@gmail.com>
Wed, 15 May 2013 20:21:16 +0000
(13:21 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 15 May 2013 20:21:16 +0000
(13:21 -0700)
bin/dispatch-conf
patch
|
blob
|
history
diff --git
a/bin/dispatch-conf
b/bin/dispatch-conf
index 90b407a5ced5a7ea5a1323d662e8ee7fdf19b536..a41464f2a3cce1eea920e59f89160e046872389c 100755
(executable)
--- 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')