davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=cb062511b27f1aba2e1dcafd92e11c9631e2113e
commit cb062511b27f1aba2e1dcafd92e11c9631e2113e Author: Dave Andreoli <[email protected]> Date: Fri Oct 14 22:41:03 2016 +0200 Makefile: go with py3 by default this do not affect normal build (python setup.py xxx) the Makefile is just a shortcut for devs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8466626..6bbe134 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # -PY = python +PY = python3 .PHONY: build --
