Skip to content

Commit

Permalink
made executable and added #!
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 24, 2023
1 parent c76a4dd commit 1927b38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyqt.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#! /usr/bin/env python
#
import sys
import os
from PyQt5 import QtCore, QtWidgets
Expand Down Expand Up @@ -343,4 +345,4 @@ def parsefile(file):
print('opening window')
sys.exit(app.exec())
except SystemExit:
print('closing window')
print('closing window')

0 comments on commit 1927b38

Please sign in to comment.