diff scripts/mkstatus.py @ 678:ae3455c2989b

Update roadmap/status with new toolbox analysis based on android system/core git repo.
author Rob Landley <rob@landley.net>
date Tue, 16 Oct 2012 17:09:30 -0500
parents 3c591e7a367d
children 76e7bf56b2e6
line wrap: on
line diff
--- a/scripts/mkstatus.py	Mon Oct 08 21:31:07 2012 -0500
+++ b/scripts/mkstatus.py	Tue Oct 16 17:09:30 2012 -0500
@@ -9,8 +9,7 @@
   i=i.split()
   stuff[i[0]]=i[1:]
 
-stuff['toolbox'].extend(stuff['toolbox_std'])
-del stuff['toolbox_std']
+stuff['toolbox']
 
 reverse={}
 for i in stuff: