Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2021-01-23 11:32:28 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2021-01-23 11:32:28 +0300
commitc47a356d6f2fafbcb990957bcd364df7fe16a80c (patch)
tree4081195b9ec9f89e9ef131e68eac6f3f7b83c233 /thirdparty
parent321fc31efd410c6f7532139f4a472dd4734c2cbe (diff)
Change `python` to `python2` for tools.
Fixes issues #4316
Diffstat (limited to 'thirdparty')
-rw-r--r--thirdparty/rumps/rumps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/rumps/rumps.py b/thirdparty/rumps/rumps.py
index d1699ab8a..a1ff64c62 100644
--- a/thirdparty/rumps/rumps.py
+++ b/thirdparty/rumps/rumps.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# -*- coding: utf-8 -*-
#
# rumps: Ridiculously Uncomplicated Mac os x Python Statusbar apps.