davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=64584362b7fe45dc95352deeac0107b785908480

commit 64584362b7fe45dc95352deeac0107b785908480
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sun Jul 16 20:28:44 2017 +0200

    setup.py: clean ecore_input files in CleanGenerated
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 9167492..8b1c043 100755
--- a/setup.py
+++ b/setup.py
@@ -110,8 +110,8 @@ class CleanGenerated(Command):
         pass
 
     def run(self):
-        for lib in ("eo", "evas", "ecore", "ecore_x", "ecore_con", "edje",
-                    "emotion", "elementary", "ethumb", "dbus_mainloop",
+        for lib in ("eo", "evas", "ecore", "ecore_x", "ecore_input", 
"ecore_con",
+                    "edje", "emotion", "elementary", "ethumb", "dbus_mainloop",
                     "utils"):
             lib_path = os.path.join(script_path, "efl", lib)
             for root, dirs, files in os.walk(lib_path):

-- 


Reply via email to