bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=913af2f0d14b6cd2be487c62f2904abaaa419466
commit 913af2f0d14b6cd2be487c62f2904abaaa419466 Author: Marcel Hollerbach <m...@marcel-hollerbach.de> Date: Fri Jul 12 15:01:43 2019 +0200 efl_ui_spec_suite: this is not python2 i don't know why it was added like this. --- src/tests/elementary/spec/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/elementary/spec/generator.py b/src/tests/elementary/spec/generator.py index f8ba0a2dcc..daf2e61cfc 100755 --- a/src/tests/elementary/spec/generator.py +++ b/src/tests/elementary/spec/generator.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 fixture_gen_template = """ static void --