diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2022-03-25 21:40:20 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2022-04-02 21:11:13 -0400 |
commit | 0e6fd39de109fa1020848fecddb5821501661ca7 (patch) | |
tree | 20e194bc5df1d5b036724e1a884af1d1e82ebe80 /app | |
parent | 420d826d782e75709c9df6e1f7ad0b13c8f91d2c (diff) | |
download | iceweasel-uxp-0e6fd39de109fa1020848fecddb5821501661ca7.tar.gz |
Use Tauthon instead of Python
Diffstat (limited to 'app')
-rw-r--r-- | app/macversion.py | 2 |
1 files changed, 1 insertions, 1 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/. |