Browse Source

removed redundant blank lines.
trivial, no review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2024 e5f2f494-b856-4b98-b285-d166d9295462

JINMEI Tatuya 15 years ago
parent
commit
1bed75ccf0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/bin/bindctl/exception.py

+ 0 - 2
src/bin/bindctl/exception.py

@@ -115,5 +115,3 @@ class CmdMissParamSyntaxError(CmdSyntaxError):
     def __str__(self):
         return str("Parameter '%s' is missed for command '%s' of module '%s'" % 
                    (self.param, self.command, self.module))
-                   
-