]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2641] a minor piggy-back style cleanup: removed space in default param spec.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 12 Feb 2013 19:32:26 +0000 (11:32 -0800)
committerMukund Sivaraman <muks@isc.org>
Mon, 18 Feb 2013 16:56:02 +0000 (22:26 +0530)
src/bin/bindctl/bindcmd.py

index d4a833ab8d349310a968e59954523dffd3f217d5..29230f90f320a9520853ebaee86c27b32c212be3 100644 (file)
@@ -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