Skip to content
Permalink
Browse files
Merge pull request #3452 from nirvn/pyqt5_57
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.
@@ -1 +1,3 @@
from PyQt5.uic import pyuic
if (callable(pyuic.main)):
pyuic.main()

0 comments on commit 2fbc326

Please sign in to comment.