diff --git a/scripts/get_fan_control_type.py b/scripts/get_fan_control_type.py index cc1b99296b..d98f605666 100755 --- a/scripts/get_fan_control_type.py +++ b/scripts/get_fan_control_type.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +#!/usr/bin/env python3 import os from smbus2 import SMBus diff --git a/selfdrive/athena/athenad.py b/selfdrive/athena/athenad.py index a8b0377c1a..b9e8d79e6f 100755 --- a/selfdrive/athena/athenad.py +++ b/selfdrive/athena/athenad.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +#!/usr/bin/env python3 import json import os import hashlib diff --git a/selfdrive/manager.py b/selfdrive/manager.py index fc8f95068b..1fe4a02780 100755 --- a/selfdrive/manager.py +++ b/selfdrive/manager.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +#!/usr/bin/env python3 import os import time import sys diff --git a/selfdrive/thermald/thermald.py b/selfdrive/thermald/thermald.py index e8d09d56ad..1d69547cd4 100755 --- a/selfdrive/thermald/thermald.py +++ b/selfdrive/thermald/thermald.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +#!/usr/bin/env python3 import os import json import copy