davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=709bb23cd3065b2cca02a62b3b90e9412eacc1eb

commit 709bb23cd3065b2cca02a62b3b90e9412eacc1eb
Author: Dave Andreoli <[email protected]>
Date:   Sun Dec 21 12:47:25 2014 +0100

    Also clean ethumb files in CleanGenerated command
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 62bf590..ac81cba 100755
--- a/setup.py
+++ b/setup.py
@@ -175,7 +175,7 @@ class CleanGenerated(Command):
 
     def run(self):
         for lib in ("eo", "evas", "ecore", "edje", "edje/edit", "emotion",
-                    "elementary", "utils"):
+                    "elementary", "ethumb", "utils"):
             for root, dirs, files in \
                     os.walk(os.path.join(script_path, "efl", lib)):
                 for f in files:

-- 


Reply via email to