summaryrefslogtreecommitdiffstats
path: root/aurweb/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'aurweb/scripts')
-rwxr-xr-xaurweb/scripts/aurblup.py2
-rwxr-xr-xaurweb/scripts/mkpkglists.py2
-rwxr-xr-xaurweb/scripts/notify.py2
-rwxr-xr-xaurweb/scripts/pkgmaint.py2
-rwxr-xr-xaurweb/scripts/popupdate.py2
-rwxr-xr-xaurweb/scripts/rendercomment.py2
-rwxr-xr-xaurweb/scripts/tuvotereminder.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/aurweb/scripts/aurblup.py b/aurweb/scripts/aurblup.py
index 1b6de2f0..1433173c 100755
--- a/aurweb/scripts/aurblup.py
+++ b/aurweb/scripts/aurblup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import pyalpm
import re
diff --git a/aurweb/scripts/mkpkglists.py b/aurweb/scripts/mkpkglists.py
index 686ee7d0..6724141a 100755
--- a/aurweb/scripts/mkpkglists.py
+++ b/aurweb/scripts/mkpkglists.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import datetime
import gzip
diff --git a/aurweb/scripts/notify.py b/aurweb/scripts/notify.py
index 69164fba..2d0f7575 100755
--- a/aurweb/scripts/notify.py
+++ b/aurweb/scripts/notify.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import email.mime.text
import subprocess
diff --git a/aurweb/scripts/pkgmaint.py b/aurweb/scripts/pkgmaint.py
index 3ad9ed8d..36da126f 100755
--- a/aurweb/scripts/pkgmaint.py
+++ b/aurweb/scripts/pkgmaint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import time
diff --git a/aurweb/scripts/popupdate.py b/aurweb/scripts/popupdate.py
index 58cd0185..b64deedb 100755
--- a/aurweb/scripts/popupdate.py
+++ b/aurweb/scripts/popupdate.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import time
diff --git a/aurweb/scripts/rendercomment.py b/aurweb/scripts/rendercomment.py
index 9c0aa6a3..22aa856f 100755
--- a/aurweb/scripts/rendercomment.py
+++ b/aurweb/scripts/rendercomment.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import re
import pygit2
diff --git a/aurweb/scripts/tuvotereminder.py b/aurweb/scripts/tuvotereminder.py
index 97b1d12e..eb3874e1 100755
--- a/aurweb/scripts/tuvotereminder.py
+++ b/aurweb/scripts/tuvotereminder.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import subprocess
import time