BIND 10 trac2641, updated. 7e5daffcd26e0e681a58b5ed7846c268c9723d46 [2641] a minor piggy-back style cleanup: removed space in default param spec.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 12 19:32:44 UTC 2013


The branch, trac2641 has been updated
       via  7e5daffcd26e0e681a58b5ed7846c268c9723d46 (commit)
      from  b17473150271025a5e81254f029bf1c974e8a6a3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7e5daffcd26e0e681a58b5ed7846c268c9723d46
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Feb 12 11:32:26 2013 -0800

    [2641] a minor piggy-back style cleanup: removed space in default param spec.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/bindctl/bindcmd.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bindctl/bindcmd.py b/src/bin/bindctl/bindcmd.py
index d4a833a..29230f9 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



More information about the bind10-changes mailing list