summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2022-03-25 21:40:20 -0400
committerGaming4JC <g4jc@hyperbola.info>2022-04-02 21:11:13 -0400
commit0e6fd39de109fa1020848fecddb5821501661ca7 (patch)
tree20e194bc5df1d5b036724e1a884af1d1e82ebe80
parent420d826d782e75709c9df6e1f7ad0b13c8f91d2c (diff)
downloadiceweasel-uxp-0e6fd39de109fa1020848fecddb5821501661ca7.tar.gz
Use Tauthon instead of Python
-rw-r--r--app/macversion.py2
-rwxr-xr-xthemes/preprocess-tab-svgs.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/macversion.py b/app/macversion.py
index 839aac1..b87c5e6 100644
--- a/app/macversion.py
+++ b/app/macversion.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/tauthon
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
diff --git a/themes/preprocess-tab-svgs.py b/themes/preprocess-tab-svgs.py
index ab3e6ca..3213a05 100755
--- a/themes/preprocess-tab-svgs.py
+++ b/themes/preprocess-tab-svgs.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env tauthon
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this