davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=99c5e47ca595495182ece5f50b7a1d08b60e9657
commit 99c5e47ca595495182ece5f50b7a1d08b60e9657 Author: Dave Andreoli <[email protected]> Date: Thu Jan 1 22:27:37 2015 +0100 Fix a distutils import --- efl/utils/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/efl/utils/setup.py b/efl/utils/setup.py index 86308d7..673fb16 100644 --- a/efl/utils/setup.py +++ b/efl/utils/setup.py @@ -17,6 +17,7 @@ import os import distutils +import distutils.command.build from distutils.log import warn, info, error --
