aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/fjresize.py
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-25 11:42:27 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-25 20:11:11 +0200
commit22878449ae5897cc3aeb7eedc3f5de7855369782 (patch)
treeacfa1fcb4b3ee5a6f629ca3b0644f7192d70d675 /contrib/fjresize.py
parentharden strings profile (diff)
downloadfirejail-22878449ae5897cc3aeb7eedc3f5de7855369782.tar.gz
firejail-22878449ae5897cc3aeb7eedc3f5de7855369782.tar.zst
firejail-22878449ae5897cc3aeb7eedc3f5de7855369782.zip
fix shebang in some contrib scripts [skip ci]
Diffstat (limited to 'contrib/fjresize.py')
-rwxr-xr-xcontrib/fjresize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fjresize.py b/contrib/fjresize.py
index 95b76259d..b29b170ef 100755
--- a/contrib/fjresize.py
+++ b/contrib/fjresize.py
@@ -1,4 +1,4 @@
1#!/usr/bin/env python 1#!/usr/bin/env python3
2 2
3import sys 3import sys
4import fjdisplay 4import fjdisplay