fix the shebang in the main script

This commit is contained in:
Andreas Zweili 2019-02-16 10:14:25 +01:00
parent 29780723f6
commit 8f4a08e418
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python
from PyQt5.QtWidgets import QApplication
import sys