summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-03-04 20:32:16 +0100
committerAetias <aetias@outlook.com>2025-03-04 20:32:16 +0100
commitfdf43055ade639be736bd5bafdd92e23c4a8977f (patch)
tree6fc3ae9d928a7fee37ce31b00183c148fa39a34b /tools
parent6c45752f48e84fc338f80f5b818ea8d8c5b86810 (diff)
parent180e17256d1a5d979b540036a8a7e7e5a44958df (diff)
Merge branch 'main' of github-aetias-hax:zeldaret/ph
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--]tools/configure.py2
-rwxr-xr-xtools/m2ctx.py2
-rw-r--r--tools/ninja_syntax.py2
-rwxr-xr-x[-rw-r--r--]tools/setup.py2
-rwxr-xr-x[-rw-r--r--]tools/sha1.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/tools/configure.py b/tools/configure.py
index f3c34311..45d9824a 100644..100755
--- a/tools/configure.py
+++ b/tools/configure.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import os
from pathlib import Path
diff --git a/tools/m2ctx.py b/tools/m2ctx.py
index f2275e33..7c20c34a 100755
--- a/tools/m2ctx.py
+++ b/tools/m2ctx.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
import pyperclip
diff --git a/tools/ninja_syntax.py b/tools/ninja_syntax.py
index 2aa8456e..e0716e8a 100644
--- a/tools/ninja_syntax.py
+++ b/tools/ninja_syntax.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
# Copyright 2011 Google Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/tools/setup.py b/tools/setup.py
index f81ca25d..6e83c64a 100644..100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
import requests
import zipfile
import io
diff --git a/tools/sha1.py b/tools/sha1.py
index 8cd6edd8..fd1cbda8 100644..100755
--- a/tools/sha1.py
+++ b/tools/sha1.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
from pathlib import Path
import argparse