Bug 802242 - mirror mozbase -> m-c for week of Oct 16 @ aa50f7cf0f ; r=wlach

This commit is contained in:
Jeff Hammel
2012-10-17 09:44:50 -07:00
parent 394a4b3712
commit a05404fdaa
8 changed files with 77 additions and 74 deletions

View File

@@ -100,7 +100,7 @@ def dependency_info(dep):
retval['Version'] = version
break
else:
retval['name'] = dep.strip()
retval['Name'] = dep.strip()
return retval
def unroll_dependencies(dependencies):