From: JINMEI Tatuya Date: Tue, 12 Feb 2013 19:32:26 +0000 (-0800) Subject: [2641] a minor piggy-back style cleanup: removed space in default param spec. X-Git-Tag: bind10-1.1.0beta1-release~51^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6d51351a7935aeddcf3520e33dc5bf5e58a84a7;p=thirdparty%2Fkea.git [2641] a minor piggy-back style cleanup: removed space in default param spec. --- diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py index d4a833ab8d..29230f90f3 100644 --- a/src/bin/bindctl/bindcmd.py +++ b/src/bin/bindctl/bindcmd.py @@ -344,7 +344,7 @@ WARNING: Python readline module isn't available, so the command line editor return {} - def send_POST(self, url, post_param = None): + def send_POST(self, url, post_param=None): '''Send POST request to cmdctl, session id is send with the name 'cookie' in header. Format: /module_name/command_name