From fec5f7ab3428f4ff9b4b68029a70ab5e9bb39106 Mon Sep 17 00:00:00 2001 From: Liu jue Date: Wed, 23 Jul 2014 10:19:56 +0800 Subject: [PATCH] comment out the url description in manifest files Change-Id: Ib4e2c01d5e47c4b3097c4553aff8e6c66e0ed508 Fixes: #2030 --- common/manifest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/manifest.py b/common/manifest.py index 8902030..e8779bb 100644 --- a/common/manifest.py +++ b/common/manifest.py @@ -26,8 +26,8 @@ from common.utils import xml2obj HEADER = """ - - + """ XML_ITEM = """ \n""" FOOTER = """""" -- 2.7.4