dispatch-conf: fix python2-style print call
authorVladimir Romanov <blueboar2@gmail.com>
Wed, 15 May 2013 20:21:16 +0000 (13:21 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 15 May 2013 20:21:16 +0000 (13:21 -0700)
bin/dispatch-conf

index 90b407a5ced5a7ea5a1323d662e8ee7fdf19b536..a41464f2a3cce1eea920e59f89160e046872389c 100755 (executable)
@@ -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')