[libvirt] [test-API 3/3] Remove the redundant empty comment line

Osier Yang jyang at redhat.com
Tue Apr 17 10:59:25 UTC 2012


---
 activityfilter.py          |    3 ---
 casecfgcheck.py            |    2 --
 dist/redhat/env_inspect.py |    2 --
 env_clear.py               |    2 --
 exception.py               |    1 -
 generator.py               |    2 --
 libvirt-test-api.py        |    2 --
 logxmlparser.py            |    1 -
 mapper.py                  |    2 --
 parser.py                  |    2 --
 process.py                 |    1 -
 proxy.py                   |    3 +--
 utils/XMLParser.py         |    1 -
 utils/check.py             |    1 -
 utils/env_parser.py        |    1 -
 utils/format.py            |    1 -
 utils/log.py               |    1 -
 utils/utils.py             |    2 --
 utils/xmlbuilder.py        |    1 -
 utils/xmlgenerator.py      |    1 -
 20 files changed, 1 insertions(+), 31 deletions(-)

diff --git a/activityfilter.py b/activityfilter.py
index e6ad1bf..ce366f9 100644
--- a/activityfilter.py
+++ b/activityfilter.py
@@ -15,9 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-#
-
 
 class Filter(object):
     """filter activity list to form various data list"""
diff --git a/casecfgcheck.py b/casecfgcheck.py
index 344e2a7..38ddff8 100644
--- a/casecfgcheck.py
+++ b/casecfgcheck.py
@@ -15,8 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-#
 
 import proxy
 
diff --git a/dist/redhat/env_inspect.py b/dist/redhat/env_inspect.py
index 1277f28..02a499d 100644
--- a/dist/redhat/env_inspect.py
+++ b/dist/redhat/env_inspect.py
@@ -16,10 +16,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: envinspect.py
 # Description: check the testing environment and state of libvirt as well
-#
 
 import commands
 import libvirt
diff --git a/env_clear.py b/env_clear.py
index 861bb17..6715ff8 100644
--- a/env_clear.py
+++ b/env_clear.py
@@ -16,10 +16,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # This module matches the reference of clearing function from each testcase
 # to the corresponding testcase's argument in the order of testcase running
-#
 
 import mapper
 from utils import log
diff --git a/exception.py b/exception.py
index 1b18470..6d2d2fa 100644
--- a/exception.py
+++ b/exception.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: exception.py
 # Summary: the exception class
 # Description: The module defines the exceptions the framework could use
diff --git a/generator.py b/generator.py
index 623ba65..b0f249d 100644
--- a/generator.py
+++ b/generator.py
@@ -16,10 +16,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # This module to initilize log module and match testcase function from
 # proxy with corresponding argument to form a callable function.
-#
 
 import time
 import fcntl
diff --git a/libvirt-test-api.py b/libvirt-test-api.py
index 47787c1..e3f5377 100644
--- a/libvirt-test-api.py
+++ b/libvirt-test-api.py
@@ -15,8 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-#
 
 import os
 import sys
diff --git a/logxmlparser.py b/logxmlparser.py
index 76e33a8..a041c82 100644
--- a/logxmlparser.py
+++ b/logxmlparser.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: xmlparser.py
 # Summary: generate xmlfile for log management
 # Description: The module gives methods to write xml block
diff --git a/mapper.py b/mapper.py
index b94bd93..df5a259 100644
--- a/mapper.py
+++ b/mapper.py
@@ -16,10 +16,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # This module help form new lists from original list generated by module parser,
 # the purpose is to get useful information about a testrun.
-#
 
 import copy
 
diff --git a/parser.py b/parser.py
index 05f6a2c..9ee0395 100644
--- a/parser.py
+++ b/parser.py
@@ -16,9 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # This module is for configuration file parsing, to generate a case list.
-#
 
 import re
 import os
diff --git a/process.py b/process.py
index 767e534..fd10659 100644
--- a/process.py
+++ b/process.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: process.py
 # Summary: multiprocessing module
 # Description: If the switch of multiprocessing is on,
diff --git a/proxy.py b/proxy.py
index 52a0afc..8e150b6 100644
--- a/proxy.py
+++ b/proxy.py
@@ -16,9 +16,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Generate a list of callable function references.
-
+#
 # The proxy examines the list of unique test cases, received from the
 # generator and import each test case from appropriate module directory.
 
diff --git a/utils/XMLParser.py b/utils/XMLParser.py
index f24134a..ea9ce0f 100644
--- a/utils/XMLParser.py
+++ b/utils/XMLParser.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: XMLParser.py
 # Summary: parse and xml document into a python dictionary
 # Description: The module is a tool to parses
diff --git a/utils/check.py b/utils/check.py
index 9577c76..6672c0a 100644
--- a/utils/check.py
+++ b/utils/check.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: check.py
 # Summary: basic check operation needed by test
 # Description: The module is a tool to help conduct basic
diff --git a/utils/env_parser.py b/utils/env_parser.py
index 049115e..61d01b2 100644
--- a/utils/env_parser.py
+++ b/utils/env_parser.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: env_parser.py
 # Summary: parse the env configuration file
 # Description: The module is a tool to parse the env configuration file
diff --git a/utils/format.py b/utils/format.py
index f0e2e5f..57419c4 100644
--- a/utils/format.py
+++ b/utils/format.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: format.py
 # Summary: generate specified kind of format string
 # Description: The module is a tool to generate specified kind of format string
diff --git a/utils/log.py b/utils/log.py
index 618900d..c9d2e1a 100644
--- a/utils/log.py
+++ b/utils/log.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: log.py
 # Summary: log file operation
 # Description: The module is a tool to provide basic log file operation
diff --git a/utils/utils.py b/utils/utils.py
index 66458ad..132341e 100644
--- a/utils/utils.py
+++ b/utils/utils.py
@@ -15,8 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-#
 
 import os
 import re
diff --git a/utils/xmlbuilder.py b/utils/xmlbuilder.py
index 92bfdc3..9695218 100644
--- a/utils/xmlbuilder.py
+++ b/utils/xmlbuilder.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: xmlbuilder.py
 # Summary: operation for building domain xml
 # Description: The module is to provide operation for building domain xml
diff --git a/utils/xmlgenerator.py b/utils/xmlgenerator.py
index 5287bea..bfb65ea 100644
--- a/utils/xmlgenerator.py
+++ b/utils/xmlgenerator.py
@@ -16,7 +16,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
-#
 # Filename: xmlgenerator.py
 # Summary: generate domain xml
 # Description: The module is a tool to generate domain xml
-- 
1.7.7.3




More information about the libvir-list mailing list