Skip to content

Commit

Permalink
Merge pull request #3452 from nirvn/pyqt5_57
Browse files Browse the repository at this point in the history
fix to support PyQt5 5.7
  • Loading branch information
m-kuhn committed Sep 5, 2016
2 parents 1819b31 + 9d22440 commit 2fbc326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/PyQt/PyQt5/uic/pyuic.py
@@ -1 +1,3 @@
from PyQt5.uic import pyuic
if (callable(pyuic.main)):
pyuic.main()

0 comments on commit 2fbc326

Please sign in to comment.