From: Lucas Meneghel Rodrigues <[email protected]>

diff --git a/client/tests/kvm/make_html_report.py 
b/client/tests/kvm/make_html_report.py
index a660cff..988b2f3 100755
--- a/client/tests/kvm/make_html_report.py
+++ b/client/tests/kvm/make_html_report.py
@@ -6,13 +6,8 @@ Script used to parse the test results and generate an HTML 
report.
 @copyright: Red Hat 2008-2009
 """

+import os, sys, re, getopt, time, datetime, commands

-import os, sys
-import re
-import getopt
-import time
-import datetime
-import commands

 format_css="""
 html,body {
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to