kuuko pushed a commit to branch master.

commit af6358e6274843ee851f61816c4af388a7c25abe
Author: Kai Huuhko <[email protected]>
Date:   Wed Apr 3 16:34:37 2013 +0000

    Remove efreet from api coverage script.
---
 api_coverage.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/api_coverage.py b/api_coverage.py
index 99c5432..b6aa2a0 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -58,7 +58,7 @@ def get_pyapis(pxd_path, header_name, prefix):
 parser = argparse.ArgumentParser()
 parser.add_argument("--python", action="store_true", default=False, help="Show 
Python API coverage")
 parser.add_argument("--c", action="store_true", default=False, help="Show C 
API coverage")
-parser.add_argument("libs", nargs="+", help="Possible values are eo, evas, 
efreet, ecore, ecore-file, edje, emotion, edbus, elementary and all.")
+parser.add_argument("libs", nargs="+", help="Possible values are eo, evas, 
ecore, ecore-file, edje, emotion, edbus, elementary and all.")
 args = parser.parse_args()
 
 if args.libs is "all":
@@ -67,8 +67,6 @@ if args.libs is "all":
 params = {
     "eo": ("include", "Eo", "eo"),
     "evas": ("include", "Evas", "evas"),
-    "efreet": ("efl/efreet", "Efreet", "efreet"),
-    "efreet-trash": ("efl/efreet", "Efreet_Trash", "efreet_trash"),
     "ecore": ("include", "Ecore", "ecore"),
     "ecore-file": ("include", "Ecore_File", "ecore_file"),
     "edje": ("include", "Edje", "edje"),

-- 

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html

Reply via email to