From 07fa6d43cf0ac1baf3cd67e741f474273fbd387d Mon Sep 17 00:00:00 2001 From: "Yiting.Li" Date: Fri, 22 Jan 2016 10:46:57 +0800 Subject: JIRA: BOTTLENECKS-29 Add a end-to-end test framework delete the wrong author flag and fix some missing of the copy right Change-Id: Ia9f72ff3e523f05cd0d5e32e3349a3f6acad5bd1 Signed-off-by: Yiting.Li (cherry picked from commit 0ea3b714615e7a9383048a13695bbe4d62f028fd) --- vstf/vstf/controller/reporters/report/html/htmlcreator.py | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 vstf/vstf/controller/reporters/report/html/htmlcreator.py (limited to 'vstf/vstf/controller/reporters/report/html/htmlcreator.py') diff --git a/vstf/vstf/controller/reporters/report/html/htmlcreator.py b/vstf/vstf/controller/reporters/report/html/htmlcreator.py old mode 100755 new mode 100644 index 1d150e28..695ea37f --- a/vstf/vstf/controller/reporters/report/html/htmlcreator.py +++ b/vstf/vstf/controller/reporters/report/html/htmlcreator.py @@ -7,7 +7,6 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -__version__ = ''' ''' import logging -- cgit 1.2.3-korg