summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimeon Simeonov2020-11-30 11:15:30 +0100
committerSimeon Simeonov2020-11-30 11:15:30 +0100
commit11f4d552c2fb44c70b68ea6f2d569611656f0569 (patch)
tree95ce982b985e12fbc27e8655d3e431def4225523
parent4c177e6eb71ab2b068f6426b9d141be47fc1f667 (diff)
Use python instead of python3 nowHEADmaster
-rwxr-xr-xcmount.py2
-rwxr-xr-xcumount.py2
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 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3 3
4import json 4import json
diff --git a/cumount.py b/cumount.py
index 0813397..85932ef 100755
--- a/cumount.py
+++ b/cumount.py
@@ -1,4 +1,4 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python
2# -*- coding: utf-8 -*- 2# -*- coding: utf-8 -*-
3 3
4import json 4import json