kuuko pushed a commit to branch master.

commit e757cbe65ff3287aa44fb572192ada82fb4040a0
Author: Kai Huuhko <[email protected]>
Date:   Sat Apr 13 21:17:24 2013 +0000

    api_coverage: Add couple of ignores.
---
 api_coverage.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/api_coverage.py b/api_coverage.py
index 37ac947..f7fc0d4 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -10,6 +10,9 @@ c_exclude_list = [
     "elm_app", # These are only useful for C apps
     "elm_widget", # Custom widgets, probably not feasible for us to provide
     "elm_prefs", # Intended for configuration dialogs
+    "elm_route", # Useless API?
+    "elm_glview", # Is there an OpenGL API for Python that can be used with 
this?
+    "evas_gl_", # ditto
 ]
 c_excludes = "|".join(c_exclude_list)
 

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to