Set yunohost(-api) bins to python3

This commit is contained in:
Alexandre Aubin 2020-12-30 22:29:16 +01:00
parent 6b1fed53d6
commit 299e04cfc7
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python3
# -*- coding: utf-8 -*-
import os

View file

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/python3
# -*- coding: utf-8 -*-
import sys