kuuko pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=16f7cb1a24e93e1a52bdd02206e0e8a4e2054645

commit 16f7cb1a24e93e1a52bdd02206e0e8a4e2054645
Author: Kai Huuhko <kai.huu...@gmail.com>
Date:   Thu Dec 17 06:12:40 2015 +0200

    api_coverage.py: Include all files in cdef search
    
    Fixes Elm
---
 api_coverage.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/api_coverage.py b/api_coverage.py
index f08a783..a0c988b 100755
--- a/api_coverage.py
+++ b/api_coverage.py
@@ -163,8 +163,8 @@ def get_pyapis(pxd_path, header_name, prefix):
 
     for path, dirs, files in os.walk(pxd_path):
         for f in files:
-            if not f.endswith(".pxd"):
-                continue
+            # if not f.endswith(".pxd"):
+            #     continue
             open_args = (os.path.join(path, f),)
             open_kwargs = dict(mode="r")
             if sys.version_info[0] > 2:

-- 


Reply via email to