Revert "loman: work with new gerrit workflow"

This reverts commit c7dc24c89e68a2b68c43022c07760c923203f3c2.

BUG=15076
TEST=Unit tests pass. Scrubbed kernel from local_manifest.xml and then
worked on it again.

Change-Id: Ia0052cf2efa330e1c6422f2876d146bf6f297378
Reviewed-on: http://gerrit.chromium.org/gerrit/625
Reviewed-by: David James <davidjames@chromium.org>
Tested-by: Mandeep Singh Baines <msb@chromium.org>
This commit is contained in:
Mandeep Singh Baines 2011-05-10 13:20:49 -07:00
parent c7dc24c89e
commit 6eaddfef05

View File

@ -77,7 +77,7 @@ class LocalManifest:
"""
for project in self._root.findall('project'):
if project.attrib['name'].split('/')[-1] == name:
if project.attrib['name'] == name:
return project
return None