commit | d78b91a980c8b1590614c39d80e5efc9780013e6 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Tue Mar 26 20:09:05 2024 +0100 |
committer | micky387 <mickaelsaibi@free.fr> | Mon Oct 07 16:55:01 2024 -0400 |
tree | 107a9671d8ae606dc739f691ba20f6ff965b9408 | |
parent | 9e1b8150dff9182a387c7b3db1a2c62629c0d44e [diff] |
repopick: Require python3 Change-Id: I95f598947a29b2095bd7539b1f279dccc1b25097
diff --git a/build/tools/repopick.py b/build/tools/repopick.py index 7c83bc2..ef2df11 100755 --- a/build/tools/repopick.py +++ b/build/tools/repopick.py
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # Copyright (C) 2013-2015 The CyanogenMod Project # (C) 2017-2024 The LineageOS Project