projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b8f9b2
)
Use python2.6 compatible method of parsing xml
author
Junchun Guan
<junchunx.guan@intel.com>
Fri, 28 Feb 2014 08:16:28 +0000
(16:16 +0800)
committer
Junchun Guan
<junchunx.guan@intel.com>
Fri, 28 Feb 2014 08:16:28 +0000
(16:16 +0800)
Change-Id: I9785815f63beba5ef7210939222b1f7b78ed84c4
Signed-off-by: Junchun Guan <junchunx.guan@intel.com>
gitbuildsys/oscapi.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/oscapi.py
b/gitbuildsys/oscapi.py
index 11368a4205530806e546cd3e5e8e4426ce9c560b..dcabc1646f1dc2499d0e080f735ba95d122db996 100644
(file)
--- a/
gitbuildsys/oscapi.py
+++ b/
gitbuildsys/oscapi.py
@@
-97,7
+97,7
@@
class OSC(object):
def get_tags(self, project, tags):
"""Get tags content from meta."""
meta_xml = self.get_meta(project)
- xml_root = ET.fromstring
list
(meta_xml)
+ xml_root = ET.fromstring(meta_xml)
result = ''
for tag in tags: