commit | 552174c89a9b16fd3fff1c62ce368c3722664c9c | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 16 01:54:08 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 16 17:47:04 2020 -0400 |
tree | 708c36dd0597d6a60b7b8be13e65734609031d29 | |
parent | ad9e04f3aafc4aa6cd62426216584dc5301f7084 [diff] [blame] |
build+ci: switch to python3 Also in this commit: * Sync CI scripts with other projects * Improve README.md Refs: #5095 Change-Id: I0972967e92bdf78b8ab7cda0d9db262e38c8b32b
diff --git a/waf b/waf index 7ceee16..a1c5c96 100755 --- a/waf +++ b/waf
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # encoding: latin-1 # Thomas Nagy, 2005-2018 #