projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e7d8a
)
MetaDataXML: fix broken upstream initialization
author
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Jan 2011 10:20:46 +0000
(
02:20
-0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Jan 2011 10:22:55 +0000
(
02:22
-0800)
pym/portage/xml/metadata.py
patch
|
blob
|
history
diff --git
a/pym/portage/xml/metadata.py
b/pym/portage/xml/metadata.py
index 326a468b3664b73e4dcba0fd25622f02d380a4ea..21e9a5d6b7e40f813f6c2029ddd5f40021cf26ab 100644
(file)
--- a/
pym/portage/xml/metadata.py
+++ b/
pym/portage/xml/metadata.py
@@
-306,7
+306,7
@@
class MetaDataXML(object):
if self._upstream is None:
if self._xml_tree is None:
- self._u
seflags
= tuple()
+ self._u
pstream
= tuple()
else:
self._upstream = tuple(_Upstream(node) \
for node in self._xml_tree.findall('upstream'))