mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Use /bin/env in make_readme shebang
It helps with virtualenv usage Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
This commit is contained in:
parent
6a8d26b4fd
commit
09fbff0060
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/python3
|
#! /usr/bin/env python3
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Add table
Reference in a new issue