From 8f4a08e41849ee94f853eeffb6604030caf1b120 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 16 Feb 2019 10:14:25 +0100 Subject: [PATCH] fix the shebang in the main script --- borg_qt/borg_qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg_qt/borg_qt.py b/borg_qt/borg_qt.py index e7ec1af..18ed0b2 100755 --- a/borg_qt/borg_qt.py +++ b/borg_qt/borg_qt.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python from PyQt5.QtWidgets import QApplication import sys