Skip to content

Commit 2fbc326

Browse files
authored
Merge pull request #3452 from nirvn/pyqt5_57
fix to support PyQt5 5.7
2 parents 1819b31 + 9d22440 commit 2fbc326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/PyQt/PyQt5/uic/pyuic.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
from PyQt5.uic import pyuic
2+
if (callable(pyuic.main)):
3+
pyuic.main()

0 commit comments

Comments
 (0)