From 11f4d552c2fb44c70b68ea6f2d569611656f0569 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 30 Nov 2020 11:15:30 +0100 Subject: Use python instead of python3 now --- cmount.py | 2 +- cumount.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmount.py b/cmount.py index 2a7f201..86de18b 100755 --- a/cmount.py +++ b/cmount.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- import json diff --git a/cumount.py b/cumount.py index 0813397..85932ef 100755 --- a/cumount.py +++ b/cumount.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # -*- coding: utf-8 -*- import json -- cgit v1.3