aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-07-10 17:03:41 -0700
committerD Delmar Davis <don@suspectdevices.com>2025-07-10 17:03:41 -0700
commitd041e508ad9c1dfab4b12316eb5b9d64c38a4199 (patch)
tree42366ec1001b8786502691e2b6aec1c3d0931b09
parent0f6cb5817ca93ce20c044657f59476bd2ff4db47 (diff)
all pythons are python3
-rwxr-xr-xbin/analogclock.py2
-rwxr-xr-x[-rw-r--r--]bin/bigclock.py0
-rwxr-xr-xbin/clock.py2
-rwxr-xr-xbin/gathertemps.py2
-rwxr-xr-xbin/localtemp.py2
-rwxr-xr-xbin/test.py1
-rwxr-xr-xbin/test2.py1
-rwxr-xr-xbin/timetemp.py2
8 files changed, 8 insertions, 4 deletions
diff --git a/bin/analogclock.py b/bin/analogclock.py
index 12f8b21..b79b106 100755
--- a/bin/analogclock.py
+++ b/bin/analogclock.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
import time
from PIL import Image, ImageDraw, ImageFont
from datetime import datetime
diff --git a/bin/bigclock.py b/bin/bigclock.py
index 4a6eb29..4a6eb29 100644..100755
--- a/bin/bigclock.py
+++ b/bin/bigclock.py
diff --git a/bin/clock.py b/bin/clock.py
index 4dc63ca..0c9a180 100755
--- a/bin/clock.py
+++ b/bin/clock.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
#--------------------------------------------------------------------- clock.py
# Display date and time as well as indoor and outdoor temperatures
#
diff --git a/bin/gathertemps.py b/bin/gathertemps.py
index 0c34e48..70952e1 100755
--- a/bin/gathertemps.py
+++ b/bin/gathertemps.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
#-------------------------------------------------------------------gathertemps.py
# pull temperature sensor data from prometheus server
#
diff --git a/bin/localtemp.py b/bin/localtemp.py
index 5ab0905..4e2bf04 100755
--- a/bin/localtemp.py
+++ b/bin/localtemp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
#-----------------------------------------------------------------localtemps.py
# pull temperature sensor data from .prom file
#
diff --git a/bin/test.py b/bin/test.py
index af2e0d7..a78deb6 100755
--- a/bin/test.py
+++ b/bin/test.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT
diff --git a/bin/test2.py b/bin/test2.py
index ee6ea5b..dc71537 100755
--- a/bin/test2.py
+++ b/bin/test2.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python3
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
# SPDX-License-Identifier: MIT
# Basic example of setting digits on a LED segment display.
diff --git a/bin/timetemp.py b/bin/timetemp.py
index d4bbb61..4063411 100755
--- a/bin/timetemp.py
+++ b/bin/timetemp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# References : SPDX-FileCopyrightText: 2019 Mikey Sklar for Adafruit Industries
# SPDX-License-Identifier: MIT